#B76A5A

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

Shades of Coral Tree #B76A5A

Tints of Coral Tree #B76A5A

Color information

#B76A5A (or 0xB76A5A) is unknown color: approx Coral Tree. HEX triplet: B7, 6A and 5A. RGB value is (183,106,90). Sum of RGB (Red+Green+Blue) = 183+106+90=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76A5A is #4895A5. Grayscale: #7F7F7F. Windows color (decimal): -4756902 or 5925559. OLE color: 5925559.

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

Color convert

RGB18310690-
CMYK00.420.510.28
HSL10.32º39.24%53.53%-
HSV(B)10.32º50.82%71.76%-
XYZ26.5321.1112.35-
YUV127.2107.01167.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.28%
GREEN value IS 106 (41.80% from 255) = 27.97%
BLUE value IS 90 (35.55% from 255) = 23.75%
R=48.28%
G=27.97%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831069000.420.510.2810.3239.2453.53
HexB76A5A02A331Ca2736
Octal2671521320526334124766
Binary10110111110101010110100101010110011111001010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76A5A; }

 p { color: rgb(183,106,90); }

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

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

 a { background-color: rgb(183,106,90); }

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

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

 span { border-color: rgb(183,106,90); }

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