#B07269

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

Shades of Coral Tree #B07269

Tints of Coral Tree #B07269

Color information

#B07269 (or 0xB07269) is unknown color: approx Coral Tree. HEX triplet: B0, 72 and 69. RGB value is (176,114,105). Sum of RGB (Red+Green+Blue) = 176+114+105=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B07269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07269 is #4F8D96. Grayscale: #838383. Windows color (decimal): -5213591 or 6910640. OLE color: 6910640.

HSL color Cylindrical-coordinate representation of color #B07269: hue angle of 7.61º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B07269 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB176114105-
CMYK00.350.400.31
HSL7.61º31%55.1%-
HSV(B)7.61º40.34%69.02%-
XYZ26.4722.2816.27-
YUV131.51113.04159.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.56%
GREEN value IS 114 (44.92% from 255) = 28.86%
BLUE value IS 105 (41.41% from 255) = 26.58%
R=44.56%
G=28.86%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611410500.350.400.317.613155.1
HexB07269023281F81f37
Octal2601621510435037103767
Binary1011000011100101101001010001110100011111100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07269; }

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

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

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

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

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

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

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

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