#B66F5F

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

Shades of Coral Tree #B66F5F

Tints of Coral Tree #B66F5F

Color information

#B66F5F (or 0xB66F5F) is unknown color: approx Coral Tree. HEX triplet: B6, 6F and 5F. RGB value is (182,111,95). Sum of RGB (Red+Green+Blue) = 182+111+95=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66F5F is #4990A0. Grayscale: #828282. Windows color (decimal): -4821153 or 6254518. OLE color: 6254518.

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

Color convert

RGB18211195-
CMYK00.390.480.29
HSL11.03º37.34%54.31%-
HSV(B)11.03º47.8%71.37%-
XYZ27.0422.1413.67-
YUV130.4108.02164.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.91%
GREEN value IS 111 (43.75% from 255) = 28.61%
BLUE value IS 95 (37.5% from 255) = 24.48%
R=46.91%
G=28.61%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821119500.390.480.2911.0337.3454.31
HexB66F5F027301Db2536
Octal2661571370476035134566
Binary10110110110111110111110100111110000111011011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66F5F; }

 p { color: rgb(182,111,95); }

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

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

 a { background-color: rgb(182,111,95); }

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

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

 span { border-color: rgb(182,111,95); }

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