#B06F69

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

Shades of Coral Tree #B06F69

Tints of Coral Tree #B06F69

Color information

#B06F69 (or 0xB06F69) is unknown color: approx Coral Tree. HEX triplet: B0, 6F and 69. RGB value is (176,111,105). Sum of RGB (Red+Green+Blue) = 176+111+105=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F69 is #4F9096. Grayscale: #818181. Windows color (decimal): -5214359 or 6909872. OLE color: 6909872.

HSL color Cylindrical-coordinate representation of color #B06F69: hue angle of 5.07º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B06F69 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB176111105-
CMYK00.370.400.31
HSL5.07º31%55.1%-
HSV(B)5.07º40.34%69.02%-
XYZ26.1421.6216.16-
YUV129.75114.03160.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.90%
GREEN value IS 111 (43.75% from 255) = 28.32%
BLUE value IS 105 (41.41% from 255) = 26.79%
R=44.90%
G=28.32%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611110500.370.400.315.073155.1
HexB06F69025281F51f37
Octal260157151045503753767
Binary101100001101111110100101001011010001111110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06F69; }

 p { color: rgb(176,111,105); }

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

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

 a { background-color: rgb(176,111,105); }

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

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

 span { border-color: rgb(176,111,105); }

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