#B36462

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

Shades of Coral Tree #B36462

Tints of Coral Tree #B36462

Color information

#B36462 (or 0xB36462) is unknown color: approx Coral Tree. HEX triplet: B3, 64 and 62. RGB value is (179,100,98). Sum of RGB (Red+Green+Blue) = 179+100+98=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B36462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36462 is #4C9B9D. Grayscale: #7B7B7B. Windows color (decimal): -5020574 or 6448307. OLE color: 6448307.

HSL color Cylindrical-coordinate representation of color #B36462: hue angle of 1.48º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B36462 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB17910098-
CMYK00.440.450.30
HSL1.48º34.76%54.31%-
HSV(B)1.48º45.25%70.2%-
XYZ25.3519.5814-
YUV123.39113.67167.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.48%
GREEN value IS 100 (39.45% from 255) = 26.53%
BLUE value IS 98 (38.67% from 255) = 25.99%
R=47.48%
G=26.53%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791009800.440.450.301.4834.7654.31
HexB3646202C2D1E12336
Octal263144142054553614366
Binary10110011110010011000100101100101101111101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36462; }

 p { color: rgb(179,100,98); }

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

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

 a { background-color: rgb(179,100,98); }

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

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

 span { border-color: rgb(179,100,98); }

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