Html Css Color HEX #B06F60 Coral Tree

📋 copy color: '#B06F60'

red 176 ◦ green 111 ◦ blue 96

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

Shades of Coral Tree #B06F60

Tints of Coral Tree #B06F60

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.98%

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

R = 45.95%
G = 28.98%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B06F60 (or 0xB06F60) is known color: Coral Tree. HEX triplet: B0, 6F and 60. RGB value is (176,111,96). Sum of RGB (Red+Green+Blue) = 176+111+96=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F60 is #4F909F. Grayscale: #808080. Windows color (decimal): -5214368 or 6320048. OLE color: 6320048.

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

Color convert

RGB 176 111 96 -
CMYK 0 0.37 0.45 0.31
HSL 11.25º 0.34% 0.53% -
HSV(B) 11.25º 0.45% 0.69% -
XYZ 25.7 21.44 13.85 -
YUV 128.73 109.53 161.72 -
System Red Green Blue C M Y K H S L
Decimal 176 111 96 0 0.37 0.45 0.31 11.25 0.34 0.53
Hex B0 6F 60 0 25 2D 1F B 22 35
Octal 260 157 140 0 45 55 37 13 42 65
Binary 10110000 1101111 1100000 0 100101 101101 11111 1011 100010 110101

Color Harmonies of #B06F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F60

Black with #B06F60

Text Example


Text Example

White with #B06F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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