#B67A69

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

Shades of Coral Tree #B67A69

Tints of Coral Tree #B67A69

Color information

#B67A69 (or 0xB67A69) is unknown color: approx Coral Tree. HEX triplet: B6, 7A and 69. RGB value is (182,122,105). Sum of RGB (Red+Green+Blue) = 182+122+105=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67A69 is #498596. Grayscale: #8A8A8A. Windows color (decimal): -4818327 or 6912694. OLE color: 6912694.

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

Color convert

RGB182122105-
CMYK00.330.420.29
HSL13.25º34.53%56.27%-
HSV(B)13.25º42.31%71.37%-
XYZ28.824.8816.65-
YUV138109.38159.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 122 (48.05% from 255) = 29.83%
BLUE value IS 105 (41.41% from 255) = 25.67%
R=44.50%
G=29.83%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212210500.330.420.2913.2534.5356.27
HexB67A690212A1Dd2338
Octal2661721510415235154370
Binary10110110111101011010010100001101010111011101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67A69; }

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

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

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

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

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

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

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

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