#B0786B

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

Shades of Coral Tree #B0786B

Tints of Coral Tree #B0786B

Color information

#B0786B (or 0xB0786B) is unknown color: approx Coral Tree. HEX triplet: B0, 78 and 6B. RGB value is (176,120,107). Sum of RGB (Red+Green+Blue) = 176+120+107=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0786B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0786B is #4F8794. Grayscale: #878787. Windows color (decimal): -5212053 or 7043248. OLE color: 7043248.

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

Color convert

RGB176120107-
CMYK00.320.390.31
HSL11.3º30.4%55.49%-
HSV(B)11.3º39.2%69.02%-
XYZ27.2723.7217.05-
YUV135.26112.05157.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 120 (47.27% from 255) = 29.78%
BLUE value IS 107 (42.19% from 255) = 26.55%
R=43.67%
G=29.78%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612010700.320.390.3111.330.455.49
HexB0786B020271Fb1e37
Octal2601701530404737133667
Binary1011000011110001101011010000010011111111101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0786B; }

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

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

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

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

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

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

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

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