#b06b5c

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

Shades of Coral Tree #B06B5C

Tints of Coral Tree #B06B5C

Color information

#B06B5C (or 0xB06B5C) is unknown color: approx Coral Tree. HEX triplet: B0, 6B and 5C. RGB value is (176,107,92). Sum of RGB (Red+Green+Blue) = 176+107+92=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06B5C is #4F94A3. Grayscale: #7E7E7E. Windows color (decimal): -5215396 or 6056880. OLE color: 6056880.

HSL color Cylindrical-coordinate representation of color #B06B5C: hue angle of 10.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B06B5C is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB17610792-
CMYK00.390.480.31
HSL10.71º34.71%52.55%-
HSV(B)10.71º47.73%69.02%-
XYZ25.0920.5212.76-
YUV125.92108.86163.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.93%
GREEN value IS 107 (42.19% from 255) = 28.53%
BLUE value IS 92 (36.33% from 255) = 24.53%
R=46.93%
G=28.53%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761079200.390.480.3110.7134.7152.55
HexB06B5C027301Fb2335
Octal2601531340476037134365
Binary10110000110101110111000100111110000111111011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b06b5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b06b5c; }

 p { color: rgb(176,107,92); }

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

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

 a { background-color: rgb(176,107,92); }

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

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

 span { border-color: rgb(176,107,92); }

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