Html Css Color HEX #B07060 Coral Tree

📋 copy color: '#B07060'

red 176 ◦ green 112 ◦ blue 96

#B07060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Tree #B07060

Tints of Coral Tree #B07060

RGB

 RED value IS 176 (69.14% from 255) = 45.83%

 GREEN value IS 112 (44.14% from 255) = 29.17%

 BLUE value IS 96 (37.89% from 255) = 25%

R = 45.83%
G = 29.17%
B = 25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B07060 (or 0xB07060) is known color: Coral Tree. HEX triplet: B0, 70 and 60. RGB value is (176,112,96). Sum of RGB (Red+Green+Blue) = 176+112+96=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B07060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07060 is #4F8F9F. Grayscale: #818181. Windows color (decimal): -5214112 or 6320304. OLE color: 6320304.

HSL color Cylindrical-coordinate representation of color #B07060: hue angle of 12º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B07060 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 112 96 -
CMYK 0 0.36 0.45 0.31
HSL 12º 0.34% 0.53% -
HSV(B) 12º 0.45% 0.69% -
XYZ 25.81 21.66 13.89 -
YUV 129.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 176 112 96 0 0.36 0.45 0.31 12 0.34 0.53
Hex B0 70 60 0 24 2D 1F C 22 35
Octal 260 160 140 0 44 55 37 14 42 65
Binary 10110000 1110000 1100000 0 100100 101101 11111 1100 100010 110101

Color Harmonies of #B07060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07060

Black with #B07060

Text Example


Text Example

White with #B07060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07060; }

 p { color: rgb(176,112,96); }

 H1.HeaderClassName
 {
   color: #B07060;
 }
 .AnyTagClassName
 {
   color: #B07060;
 }
</style>

background-color css

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

 a { background-color: rgb(176,112,96); }

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

border-color css

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

 span { border-color: rgb(176,112,96); }

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