#B07867

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

Shades of Coral Tree #B07867

Tints of Coral Tree #B07867

Color information

#B07867 (or 0xB07867) is unknown color: approx Coral Tree. HEX triplet: B0, 78 and 67. RGB value is (176,120,103). Sum of RGB (Red+Green+Blue) = 176+120+103=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B07867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07867 is #4F8798. Grayscale: #868686. Windows color (decimal): -5212057 or 6781104. OLE color: 6781104.

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

Color convert

RGB176120103-
CMYK00.320.410.31
HSL13.97º31.6%54.71%-
HSV(B)13.97º41.48%69.02%-
XYZ27.0723.6415.97-
YUV134.81110.05157.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.11%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 103 (40.62% from 255) = 25.81%
R=44.11%
G=30.08%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612010300.320.410.3113.9731.654.71
HexB07867020291Fe2037
Octal2601701470405137164067
Binary10110000111100011001110100000101001111111110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07867; }

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

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

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

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

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

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

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

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