#B66462

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

Shades of Coral Tree #B66462

Tints of Coral Tree #B66462

Color information

#B66462 (or 0xB66462) is unknown color: approx Coral Tree. HEX triplet: B6, 64 and 62. RGB value is (182,100,98). Sum of RGB (Red+Green+Blue) = 182+100+98=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B66462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66462 is #499B9D. Grayscale: #7C7C7C. Windows color (decimal): -4823966 or 6448310. OLE color: 6448310.

HSL color Cylindrical-coordinate representation of color #B66462: hue angle of 1.43º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B66462 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB18210098-
CMYK00.450.460.29
HSL1.43º36.52%54.9%-
HSV(B)1.43º46.15%71.37%-
XYZ26.0519.9414.03-
YUV124.29113.17169.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.89%
GREEN value IS 100 (39.45% from 255) = 26.32%
BLUE value IS 98 (38.67% from 255) = 25.79%
R=47.89%
G=26.32%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821009800.450.460.291.4336.5254.9
HexB6646202D2E1D12537
Octal266144142055563514567
Binary10110110110010011000100101101101110111011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66462; }

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

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

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

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

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

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

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

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