Html Css Color HEX #B07360 Coral Tree

📋 copy color: '#B07360'

red 176 ◦ green 115 ◦ blue 96

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

Shades of Coral Tree #B07360

Tints of Coral Tree #B07360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.72%

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

R = 45.48%
G = 29.72%
B = 24.81%

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

#B07360 (or 0xB07360) is known color: Coral Tree. HEX triplet: B0, 73 and 60. RGB value is (176,115,96). Sum of RGB (Red+Green+Blue) = 176+115+96=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B07360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07360 is #4F8C9F. Grayscale: #838383. Windows color (decimal): -5213344 or 6321072. OLE color: 6321072.

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

Color convert

RGB 176 115 96 -
CMYK 0 0.35 0.45 0.31
HSL 14.25º 0.34% 0.53% -
HSV(B) 14.25º 0.45% 0.69% -
XYZ 26.15 22.34 14 -
YUV 131.07 108.21 160.04 -
System Red Green Blue C M Y K H S L
Decimal 176 115 96 0 0.35 0.45 0.31 14.25 0.34 0.53
Hex B0 73 60 0 23 2D 1F E 22 35
Octal 260 163 140 0 43 55 37 16 42 65
Binary 10110000 1110011 1100000 0 100011 101101 11111 1110 100010 110101

Color Harmonies of #B07360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07360

Black with #B07360

Text Example


Text Example

White with #B07360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07360; }

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

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

background-color css

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

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

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

border-color css

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

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

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