Html Css Color HEX #B06660 Coral Tree

📋 copy color: '#B06660'

red 176 ◦ green 102 ◦ blue 96

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

Shades of Coral Tree #B06660

Tints of Coral Tree #B06660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.27%

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

R = 47.06%
G = 27.27%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B06660 (or 0xB06660) is known color: Coral Tree. HEX triplet: B0, 66 and 60. RGB value is (176,102,96). Sum of RGB (Red+Green+Blue) = 176+102+96=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B06660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06660 is #4F999F. Grayscale: #7B7B7B. Windows color (decimal): -5216672 or 6317744. OLE color: 6317744.

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

Color convert

RGB 176 102 96 -
CMYK 0 0.42 0.45 0.31
HSL 4.5º 0.34% 0.53% -
HSV(B) 4.5º 0.45% 0.69% -
XYZ 24.77 19.58 13.54 -
YUV 123.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 176 102 96 0 0.42 0.45 0.31 4.5 0.34 0.53
Hex B0 66 60 0 2A 2D 1F 4 22 35
Octal 260 146 140 0 52 55 37 4 42 65
Binary 10110000 1100110 1100000 0 101010 101101 11111 100 100010 110101

Color Harmonies of #B06660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06660

Black with #B06660

Text Example


Text Example

White with #B06660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06660; }

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

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

background-color css

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

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

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

border-color css

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

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

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