#B76C5E

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

Shades of Coral Tree #B76C5E

Tints of Coral Tree #B76C5E

Color information

#B76C5E (or 0xB76C5E) is unknown color: approx Coral Tree. HEX triplet: B7, 6C and 5E. RGB value is (183,108,94). Sum of RGB (Red+Green+Blue) = 183+108+94=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76C5E is #4893A1. Grayscale: #808080. Windows color (decimal): -4756386 or 6188215. OLE color: 6188215.

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

Color convert

RGB18310894-
CMYK00.410.490.28
HSL9.44º38.2%54.31%-
HSV(B)9.44º48.63%71.76%-
XYZ26.9121.613.34-
YUV128.83108.35166.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.53%
GREEN value IS 108 (42.58% from 255) = 28.05%
BLUE value IS 94 (37.11% from 255) = 24.42%
R=47.53%
G=28.05%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831089400.410.490.289.4438.254.31
HexB76C5E029311C92636
Octal2671541360516134114666
Binary10110111110110010111100101001110001111001001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76C5E; }

 p { color: rgb(183,108,94); }

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

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

 a { background-color: rgb(183,108,94); }

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

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

 span { border-color: rgb(183,108,94); }

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