#B67261

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

Shades of Coral Tree #B67261

Tints of Coral Tree #B67261

Color information

#B67261 (or 0xB67261) is unknown color: approx Coral Tree. HEX triplet: B6, 72 and 61. RGB value is (182,114,97). Sum of RGB (Red+Green+Blue) = 182+114+97=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B67261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67261 is #498D9E. Grayscale: #848484. Windows color (decimal): -4820383 or 6386358. OLE color: 6386358.

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

Color convert

RGB18211497-
CMYK00.370.470.29
HSL12º36.8%54.71%-
HSV(B)12º46.7%71.37%-
XYZ27.4722.8414.27-
YUV132.39108.03163.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.31%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 97 (38.28% from 255) = 24.68%
R=46.31%
G=29.01%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821149700.370.470.291236.854.71
HexB672610252F1Dc2537
Octal2661621410455735144567
Binary10110110111001011000010100101101111111011100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67261; }

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

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

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

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

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

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

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

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