#B67267

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

Shades of Coral Tree #B67267

Tints of Coral Tree #B67267

Color information

#B67267 (or 0xB67267) is unknown color: approx Coral Tree. HEX triplet: B6, 72 and 67. RGB value is (182,114,103). Sum of RGB (Red+Green+Blue) = 182+114+103=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B67267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67267 is #498D98. Grayscale: #858585. Windows color (decimal): -4820377 or 6779574. OLE color: 6779574.

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

Color convert

RGB182114103-
CMYK00.370.430.29
HSL8.35º35.11%55.88%-
HSV(B)8.35º43.41%71.37%-
XYZ27.7622.9615.8-
YUV133.08111.03162.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 114 (44.92% from 255) = 28.57%
BLUE value IS 103 (40.62% from 255) = 25.81%
R=45.61%
G=28.57%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211410300.370.430.298.3535.1155.88
HexB672670252B1D82338
Octal2661621470455335104370
Binary10110110111001011001110100101101011111011000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67267; }

 p { color: rgb(182,114,103); }

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

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

 a { background-color: rgb(182,114,103); }

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

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

 span { border-color: rgb(182,114,103); }

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