#B5766A

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

Shades of Coral Tree #B5766A

Tints of Coral Tree #B5766A

Color information

#B5766A (or 0xB5766A) is unknown color: approx Coral Tree. HEX triplet: B5, 76 and 6A. RGB value is (181,118,106). Sum of RGB (Red+Green+Blue) = 181+118+106=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B5766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5766A is #4A8995. Grayscale: #878787. Windows color (decimal): -4884886 or 6977205. OLE color: 6977205.

HSL color Cylindrical-coordinate representation of color #B5766A: hue angle of 9.6º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5766A is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB181118106-
CMYK00.350.410.29
HSL9.6º33.63%56.27%-
HSV(B)9.6º41.44%70.98%-
XYZ28.1423.8216.75-
YUV135.47111.37160.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.69%
GREEN value IS 118 (46.48% from 255) = 29.14%
BLUE value IS 106 (41.80% from 255) = 26.17%
R=44.69%
G=29.14%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111810600.350.410.299.633.6356.27
HexB5766A023291Da2238
Octal2651661520435135124270
Binary10110101111011011010100100011101001111011010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5766A; }

 p { color: rgb(181,118,106); }

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

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

 a { background-color: rgb(181,118,106); }

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

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

 span { border-color: rgb(181,118,106); }

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