#B0776E

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

Shades of Coral Tree #B0776E

Tints of Coral Tree #B0776E

Color information

#B0776E (or 0xB0776E) is unknown color: approx Coral Tree. HEX triplet: B0, 77 and 6E. RGB value is (176,119,110). Sum of RGB (Red+Green+Blue) = 176+119+110=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B0776E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0776E is #4F8891. Grayscale: #878787. Windows color (decimal): -5212306 or 7239600. OLE color: 7239600.

HSL color Cylindrical-coordinate representation of color #B0776E: hue angle of 8.18º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0776E is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB176119110-
CMYK00.320.370.31
HSL8.18º29.46%56.08%-
HSV(B)8.18º37.5%69.02%-
XYZ27.3223.5517.86-
YUV135.02113.88157.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.46%
GREEN value IS 119 (46.88% from 255) = 29.38%
BLUE value IS 110 (43.36% from 255) = 27.16%
R=43.46%
G=29.38%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611911000.320.370.318.1829.4656.08
HexB0776E020251F81d38
Octal2601671560404537103570
Binary1011000011101111101110010000010010111111100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0776E; }

 p { color: rgb(176,119,110); }

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

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

 a { background-color: rgb(176,119,110); }

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

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

 span { border-color: rgb(176,119,110); }

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