#b06a5c

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

Shades of Coral Tree #B06A5C

Tints of Coral Tree #B06A5C

Color information

#B06A5C (or 0xB06A5C) is unknown color: approx Coral Tree. HEX triplet: B0, 6A and 5C. RGB value is (176,106,92). Sum of RGB (Red+Green+Blue) = 176+106+92=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06A5C is #4F95A3. Grayscale: #7D7D7D. Windows color (decimal): -5215652 or 6056624. OLE color: 6056624.

HSL color Cylindrical-coordinate representation of color #B06A5C: hue angle of 10º 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 #B06A5C is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB17610692-
CMYK00.400.480.31
HSL10º34.71%52.55%-
HSV(B)10º47.73%69.02%-
XYZ24.9920.3112.73-
YUV125.33109.19164.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.06%
GREEN value IS 106 (41.80% from 255) = 28.34%
BLUE value IS 92 (36.33% from 255) = 24.60%
R=47.06%
G=28.34%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761069200.400.480.311034.7152.55
HexB06A5C028301Fa2335
Octal2601521340506037124365
Binary10110000110101010111000101000110000111111010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b06a5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b06a5c; }

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

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

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

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

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

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

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

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