Html Css Color HEX #B70666 Jazzberry Jam

📋 copy color: '#B70666'

red 183 ◦ green 6 ◦ blue 102

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

Shades of Jazzberry Jam #B70666

Tints of Jazzberry Jam #B70666

RGB

 RED value IS 183 (71.88% from 255) = 62.89%

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

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

R = 62.89%
G = 2.06%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B70666 (or 0xB70666) is known color: Jazzberry Jam. HEX triplet: B7, 06 and 66. RGB value is (183,6,102). Sum of RGB (Red+Green+Blue) = 183+6+102=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B70666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70666 is #48F999. Grayscale: #454545. Windows color (decimal): -4782490 or 6686391. OLE color: 6686391.

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

Color convert

RGB 183 6 102 -
CMYK 0 0.97 0.44 0.28
HSL 327.46º 0.94% 0.37% -
HSV(B) 327.46º 0.97% 0.72% -
XYZ 21.99 11.16 13.56 -
YUV 69.87 146.14 208.69 -
System Red Green Blue C M Y K H S L
Decimal 183 6 102 0 0.97 0.44 0.28 327.46 0.94 0.37
Hex B7 6 66 0 61 2C 1C 147 5E 25
Octal 267 6 146 0 141 54 34 507 136 45
Binary 10110111 110 1100110 0 1100001 101100 11100 101000111 1011110 100101

Color Harmonies of #B70666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70666

Black with #B70666

Text Example


Text Example

White with #B70666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70666; }

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

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

background-color css

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

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

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

border-color css

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

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

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