#B0776B

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

Shades of Coral Tree #B0776B

Tints of Coral Tree #B0776B

Color information

#B0776B (or 0xB0776B) is unknown color: approx Coral Tree. HEX triplet: B0, 77 and 6B. RGB value is (176,119,107). Sum of RGB (Red+Green+Blue) = 176+119+107=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0776B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0776B is #4F8894. Grayscale: #868686. Windows color (decimal): -5212309 or 7042992. OLE color: 7042992.

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

Color convert

RGB176119107-
CMYK00.320.390.31
HSL10.43º30.4%55.49%-
HSV(B)10.43º39.2%69.02%-
XYZ27.1623.4917.01-
YUV134.67112.38157.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.78%
GREEN value IS 119 (46.88% from 255) = 29.60%
BLUE value IS 107 (42.19% from 255) = 26.62%
R=43.78%
G=29.60%
B=26.62%

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
Decimal17611910700.320.390.3110.4330.455.49
HexB0776B020271Fa1e37
Octal2601671530404737123667
Binary1011000011101111101011010000010011111111101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0776B; }

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

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

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

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

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

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

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

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