#B67467

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

Shades of Coral Tree #B67467

Tints of Coral Tree #B67467

Color information

#B67467 (or 0xB67467) is unknown color: approx Coral Tree. HEX triplet: B6, 74 and 67. RGB value is (182,116,103). Sum of RGB (Red+Green+Blue) = 182+116+103=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B67467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67467 is #498B98. Grayscale: #868686. Windows color (decimal): -4819865 or 6780086. OLE color: 6780086.

HSL color Cylindrical-coordinate representation of color #B67467: hue angle of 9.87º 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 #B67467 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB182116103-
CMYK00.360.430.29
HSL9.87º35.11%55.88%-
HSV(B)9.87º43.41%71.37%-
XYZ27.9823.4215.88-
YUV134.25110.37162.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.39%
GREEN value IS 116 (45.70% from 255) = 28.93%
BLUE value IS 103 (40.62% from 255) = 25.69%
R=45.39%
G=28.93%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211610300.360.430.299.8735.1155.88
HexB674670242B1Da2338
Octal2661641470445335124370
Binary10110110111010011001110100100101011111011010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67467; }

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

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

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

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

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

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

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

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