#B6725F

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

Shades of Coral Tree #B6725F

Tints of Coral Tree #B6725F

Color information

#B6725F (or 0xB6725F) is unknown color: approx Coral Tree. HEX triplet: B6, 72 and 5F. RGB value is (182,114,95). Sum of RGB (Red+Green+Blue) = 182+114+95=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B6725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6725F is #498DA0. Grayscale: #848484. Windows color (decimal): -4820385 or 6255286. OLE color: 6255286.

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

Color convert

RGB18211495-
CMYK00.370.480.29
HSL13.1º37.34%54.31%-
HSV(B)13.1º47.8%71.37%-
XYZ27.3722.8113.79-
YUV132.17107.03163.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.55%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 95 (37.5% from 255) = 24.30%
R=46.55%
G=29.16%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821149500.370.480.2913.137.3454.31
HexB6725F025301Dd2536
Octal2661621370456035154566
Binary10110110111001010111110100101110000111011101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6725F; }

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

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

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

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

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

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

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

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