#B06C67

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

Shades of Coral Tree #B06C67

Tints of Coral Tree #B06C67

Color information

#B06C67 (or 0xB06C67) is unknown color: approx Coral Tree. HEX triplet: B0, 6C and 67. RGB value is (176,108,103). Sum of RGB (Red+Green+Blue) = 176+108+103=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06C67 is #4F9398. Grayscale: #7F7F7F. Windows color (decimal): -5215129 or 6778032. OLE color: 6778032.

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

Color convert

RGB176108103-
CMYK00.390.410.31
HSL4.11º31.6%54.71%-
HSV(B)4.11º41.48%69.02%-
XYZ25.7220.9315.52-
YUV127.76114.03162.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.48%
GREEN value IS 108 (42.58% from 255) = 27.91%
BLUE value IS 103 (40.62% from 255) = 26.61%
R=45.48%
G=27.91%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610810300.390.410.314.1131.654.71
HexB06C67027291F42037
Octal260154147047513744067
Binary1011000011011001100111010011110100111111100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06C67; }

 p { color: rgb(176,108,103); }

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

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

 a { background-color: rgb(176,108,103); }

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

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

 span { border-color: rgb(176,108,103); }

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