Html Css Color HEX #B07260 Coral Tree

📋 copy color: '#B07260'

red 176 ◦ green 114 ◦ blue 96

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

Shades of Coral Tree #B07260

Tints of Coral Tree #B07260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.53%

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

R = 45.6%
G = 29.53%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B07260 (or 0xB07260) is known color: Coral Tree. HEX triplet: B0, 72 and 60. RGB value is (176,114,96). Sum of RGB (Red+Green+Blue) = 176+114+96=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B07260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07260 is #4F8D9F. Grayscale: #828282. Windows color (decimal): -5213600 or 6320816. OLE color: 6320816.

HSL color Cylindrical-coordinate representation of color #B07260: hue angle of 13.5º 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 #B07260 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 114 96 -
CMYK 0 0.35 0.45 0.31
HSL 13.5º 0.34% 0.53% -
HSV(B) 13.5º 0.45% 0.69% -
XYZ 26.03 22.11 13.96 -
YUV 130.49 108.54 160.46 -
System Red Green Blue C M Y K H S L
Decimal 176 114 96 0 0.35 0.45 0.31 13.5 0.34 0.53
Hex B0 72 60 0 23 2D 1F E 22 35
Octal 260 162 140 0 43 55 37 16 42 65
Binary 10110000 1110010 1100000 0 100011 101101 11111 1110 100010 110101

Color Harmonies of #B07260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07260

Black with #B07260

Text Example


Text Example

White with #B07260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07260; }

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

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

background-color css

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

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

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

border-color css

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

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

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