#B67067

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

Shades of Coral Tree #B67067

Tints of Coral Tree #B67067

Color information

#B67067 (or 0xB67067) is unknown color: approx Coral Tree. HEX triplet: B6, 70 and 67. RGB value is (182,112,103). Sum of RGB (Red+Green+Blue) = 182+112+103=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B67067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67067 is #498F98. Grayscale: #848484. Windows color (decimal): -4820889 or 6779062. OLE color: 6779062.

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

Color convert

RGB182112103-
CMYK00.380.430.29
HSL6.84º35.11%55.88%-
HSV(B)6.84º43.41%71.37%-
XYZ27.5322.5115.73-
YUV131.9111.69163.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.84%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 103 (40.62% from 255) = 25.94%
R=45.84%
G=28.21%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211210300.380.430.296.8435.1155.88
HexB670670262B1D72338
Octal266160147046533574370
Binary1011011011100001100111010011010101111101111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67067; }

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

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

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

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

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

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

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

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