Html Css Color HEX #B06860 Coral Tree

📋 copy color: '#B06860'

red 176 ◦ green 104 ◦ blue 96

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

Shades of Coral Tree #B06860

Tints of Coral Tree #B06860

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.66%

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

R = 46.81%
G = 27.66%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B06860 (or 0xB06860) is known color: Coral Tree. HEX triplet: B0, 68 and 60. RGB value is (176,104,96). Sum of RGB (Red+Green+Blue) = 176+104+96=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B06860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06860 is #4F979F. Grayscale: #7C7C7C. Windows color (decimal): -5216160 or 6318256. OLE color: 6318256.

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

Color convert

RGB 176 104 96 -
CMYK 0 0.41 0.45 0.31
HSL 0.34% 0.53% -
HSV(B) 0.45% 0.69% -
XYZ 24.97 19.98 13.61 -
YUV 124.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 176 104 96 0 0.41 0.45 0.31 6 0.34 0.53
Hex B0 68 60 0 29 2D 1F 6 22 35
Octal 260 150 140 0 51 55 37 6 42 65
Binary 10110000 1101000 1100000 0 101001 101101 11111 110 100010 110101

Color Harmonies of #B06860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06860

Black with #B06860

Text Example


Text Example

White with #B06860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06860; }

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

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

background-color css

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

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

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

border-color css

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

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

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