Html Css Color HEX #B01162 Jazzberry Jam

📋 copy color: '#B01162'

red 176 ◦ green 17 ◦ blue 98

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

Shades of Jazzberry Jam #B01162

Tints of Jazzberry Jam #B01162

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.84%

 BLUE value IS 98 (38.67% from 255) = 33.68%

R = 60.48%
G = 5.84%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B01162 (or 0xB01162) is known color: Jazzberry Jam. HEX triplet: B0, 11 and 62. RGB value is (176,17,98). Sum of RGB (Red+Green+Blue) = 176+17+98=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B01162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01162 is #4FEE9D. Grayscale: #494949. Windows color (decimal): -5238430 or 6427056. OLE color: 6427056.

HSL color Cylindrical-coordinate representation of color #B01162: hue angle of 329.43º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01162 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 17 98 -
CMYK 0 0.90 0.44 0.31
HSL 329.43º 0.82% 0.38% -
HSV(B) 329.43º 0.9% 0.69% -
XYZ 20.31 10.51 12.51 -
YUV 73.78 141.68 200.91 -
System Red Green Blue C M Y K H S L
Decimal 176 17 98 0 0.90 0.44 0.31 329.43 0.82 0.38
Hex B0 11 62 0 5A 2C 1F 149 52 26
Octal 260 21 142 0 132 54 37 511 122 46
Binary 10110000 10001 1100010 0 1011010 101100 11111 101001001 1010010 100110

Color Harmonies of #B01162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01162

Black with #B01162

Text Example


Text Example

White with #B01162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01162; }

 p { color: rgb(176,17,98); }

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

background-color css

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

 a { background-color: rgb(176,17,98); }

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

border-color css

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

 span { border-color: rgb(176,17,98); }

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