#B27269

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

Shades of Coral Tree #B27269

Tints of Coral Tree #B27269

Color information

#B27269 (or 0xB27269) is unknown color: approx Coral Tree. HEX triplet: B2, 72 and 69. RGB value is (178,114,105). Sum of RGB (Red+Green+Blue) = 178+114+105=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B27269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27269 is #4D8D96. Grayscale: #848484. Windows color (decimal): -5082519 or 6910642. OLE color: 6910642.

HSL color Cylindrical-coordinate representation of color #B27269: hue angle of 7.4º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B27269 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB178114105-
CMYK00.360.410.30
HSL7.4º32.16%55.49%-
HSV(B)7.4º41.01%69.8%-
XYZ26.9322.5216.29-
YUV132.11112.7160.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.84%
GREEN value IS 114 (44.92% from 255) = 28.72%
BLUE value IS 105 (41.41% from 255) = 26.45%
R=44.84%
G=28.72%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811410500.360.410.307.432.1655.49
HexB27269024291E72037
Octal262162151044513674067
Binary1011001011100101101001010010010100111110111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27269; }

 p { color: rgb(178,114,105); }

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

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

 a { background-color: rgb(178,114,105); }

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

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

 span { border-color: rgb(178,114,105); }

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