Html Css Color HEX #B06360 Coral Tree

📋 copy color: '#B06360'

red 176 ◦ green 99 ◦ blue 96

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

Shades of Coral Tree #B06360

Tints of Coral Tree #B06360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.68%

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

R = 47.44%
G = 26.68%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B06360 (or 0xB06360) is known color: Coral Tree. HEX triplet: B0, 63 and 60. RGB value is (176,99,96). Sum of RGB (Red+Green+Blue) = 176+99+96=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B06360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06360 is #4F9C9F. Grayscale: #797979. Windows color (decimal): -5217440 or 6316976. OLE color: 6316976.

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

Color convert

RGB 176 99 96 -
CMYK 0 0.44 0.45 0.31
HSL 2.25º 0.34% 0.53% -
HSV(B) 2.25º 0.45% 0.69% -
XYZ 24.48 19 13.44 -
YUV 121.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 176 99 96 0 0.44 0.45 0.31 2.25 0.34 0.53
Hex B0 63 60 0 2C 2D 1F 2 22 35
Octal 260 143 140 0 54 55 37 2 42 65
Binary 10110000 1100011 1100000 0 101100 101101 11111 10 100010 110101

Color Harmonies of #B06360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06360

Black with #B06360

Text Example


Text Example

White with #B06360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06360; }

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

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

background-color css

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

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

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

border-color css

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

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

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