Html Css Color HEX #B01666 Jazzberry Jam

📋 copy color: '#B01666'

red 176 ◦ green 22 ◦ blue 102

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

Shades of Jazzberry Jam #B01666

Tints of Jazzberry Jam #B01666

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.33%

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

R = 58.67%
G = 7.33%
B = 34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B01666 (or 0xB01666) is known color: Jazzberry Jam. HEX triplet: B0, 16 and 66. RGB value is (176,22,102). Sum of RGB (Red+Green+Blue) = 176+22+102=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B01666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01666 is #4FE999. Grayscale: #4D4D4D. Windows color (decimal): -5237146 or 6690480. OLE color: 6690480.

HSL color Cylindrical-coordinate representation of color #B01666: hue angle of 328.83º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B01666 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 22 102 -
CMYK 0 0.88 0.42 0.31
HSL 328.83º 0.78% 0.39% -
HSV(B) 328.83º 0.88% 0.69% -
XYZ 20.59 10.76 13.56 -
YUV 77.17 142.02 198.5 -
System Red Green Blue C M Y K H S L
Decimal 176 22 102 0 0.88 0.42 0.31 328.83 0.78 0.39
Hex B0 16 66 0 58 2A 1F 149 4E 27
Octal 260 26 146 0 130 52 37 511 116 47
Binary 10110000 10110 1100110 0 1011000 101010 11111 101001001 1001110 100111

Color Harmonies of #B01666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01666

Black with #B01666

Text Example


Text Example

White with #B01666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01666; }

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

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

background-color css

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

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

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

border-color css

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

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

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