Html Css Color HEX #B60666 Jazzberry Jam

📋 copy color: '#B60666'

red 182 ◦ green 6 ◦ blue 102

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

Shades of Jazzberry Jam #B60666

Tints of Jazzberry Jam #B60666

RGB

 RED value IS 182 (71.48% from 255) = 62.76%

 GREEN value IS 6 (2.73% from 255) = 2.07%

 BLUE value IS 102 (40.23% from 255) = 35.17%

R = 62.76%
G = 2.07%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B60666 (or 0xB60666) is known color: Jazzberry Jam. HEX triplet: B6, 06 and 66. RGB value is (182,6,102). Sum of RGB (Red+Green+Blue) = 182+6+102=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B60666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60666 is #49F999. Grayscale: #454545. Windows color (decimal): -4848026 or 6686390. OLE color: 6686390.

HSL color Cylindrical-coordinate representation of color #B60666: hue angle of 327.27º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B60666 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 6 102 -
CMYK 0 0.97 0.44 0.29
HSL 327.27º 0.94% 0.37% -
HSV(B) 327.27º 0.97% 0.71% -
XYZ 21.75 11.03 13.55 -
YUV 69.57 146.31 208.19 -
System Red Green Blue C M Y K H S L
Decimal 182 6 102 0 0.97 0.44 0.29 327.27 0.94 0.37
Hex B6 6 66 0 61 2C 1D 147 5E 25
Octal 266 6 146 0 141 54 35 507 136 45
Binary 10110110 110 1100110 0 1100001 101100 11101 101000111 1011110 100101

Color Harmonies of #B60666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60666

Black with #B60666

Text Example


Text Example

White with #B60666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60666; }

 p { color: rgb(182,6,102); }

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

background-color css

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

 a { background-color: rgb(182,6,102); }

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

border-color css

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

 span { border-color: rgb(182,6,102); }

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