#B67A65

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

Shades of Coral Tree #B67A65

Tints of Coral Tree #B67A65

Color information

#B67A65 (or 0xB67A65) is unknown color: approx Coral Tree. HEX triplet: B6, 7A and 65. RGB value is (182,122,101). Sum of RGB (Red+Green+Blue) = 182+122+101=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67A65 is #49859A. Grayscale: #898989. Windows color (decimal): -4818331 or 6650550. OLE color: 6650550.

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

Color convert

RGB182122101-
CMYK00.330.450.29
HSL15.56º35.68%55.49%-
HSV(B)15.56º44.51%71.37%-
XYZ28.624.815.59-
YUV137.55107.38159.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.94%
GREEN value IS 122 (48.05% from 255) = 30.12%
BLUE value IS 101 (39.84% from 255) = 24.94%
R=44.94%
G=30.12%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212210100.330.450.2915.5635.6855.49
HexB67A650212D1D102437
Octal2661721450415535204467
Binary101101101111010110010101000011011011110110000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67A65; }

 p { color: rgb(182,122,101); }

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

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

 a { background-color: rgb(182,122,101); }

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

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

 span { border-color: rgb(182,122,101); }

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