#B3695D

Color #B3695D Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #B3695D

Tints of Coral Tree #B3695D

Color information

#B3695D (or 0xB3695D) is unknown color: approx Coral Tree. HEX triplet: B3, 69 and 5D. RGB value is (179,105,93). Sum of RGB (Red+Green+Blue) = 179+105+93=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B3695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3695D is #4C96A2. Grayscale: #7D7D7D. Windows color (decimal): -5019299 or 6121907. OLE color: 6121907.

HSL color Cylindrical-coordinate representation of color #B3695D: hue angle of 8.37º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B3695D is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB17910593-
CMYK00.410.480.30
HSL8.37º36.13%53.33%-
HSV(B)8.37º48.04%70.2%-
XYZ25.6220.4812.96-
YUV125.76109.52165.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 47.48%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 93 (36.72% from 255) = 24.67%
R=47.48%
G=27.85%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791059300.410.480.308.3736.1353.33
HexB3695D029301E82435
Octal2631511350516036104465
Binary10110011110100110111010101001110000111101000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3695D; }

 p { color: rgb(179,105,93); }

 H1.HeaderClassName
 {
   color: #B3695D;
 }
 .AnyTagClassName
 {
   color: #B3695D;
 }
</style>
background-color css

<style>
 a { background-color: #B3695D; }

 a { background-color: rgb(179,105,93); }

 div.DivClassName
 {
   background-color: #B3695D;
 }
 .BgClassName
 {
   background-color: #B3695D;
 }
</style>
border-color css

<style>
 span { border-color: #B3695D; }

 span { border-color: rgb(179,105,93); }

 td.TdClassName
 {
   border-color: #B3695D;
 }
 .TagClassName
 {
   border-color: #B3695D;
 }
</style>