#B76E5F

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

Shades of Coral Tree #B76E5F

Tints of Coral Tree #B76E5F

Color information

#B76E5F (or 0xB76E5F) is unknown color: approx Coral Tree. HEX triplet: B7, 6E and 5F. RGB value is (183,110,95). Sum of RGB (Red+Green+Blue) = 183+110+95=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E5F is #4891A0. Grayscale: #828282. Windows color (decimal): -4755873 or 6254263. OLE color: 6254263.

HSL color Cylindrical-coordinate representation of color #B76E5F: hue angle of 10.23º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B76E5F is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB18311095-
CMYK00.400.480.28
HSL10.23º37.93%54.51%-
HSV(B)10.23º48.09%71.76%-
XYZ27.1722.0513.65-
YUV130.12108.18165.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.16%
GREEN value IS 110 (43.36% from 255) = 28.35%
BLUE value IS 95 (37.5% from 255) = 24.48%
R=47.16%
G=28.35%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831109500.400.480.2810.2337.9354.51
HexB76E5F028301Ca2637
Octal2671561370506034124667
Binary10110111110111010111110101000110000111001010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76E5F; }

 p { color: rgb(183,110,95); }

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

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

 a { background-color: rgb(183,110,95); }

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

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

 span { border-color: rgb(183,110,95); }

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