Html Css Color HEX #B01151 Jazzberry Jam

📋 copy color: '#B01151'

red 176 ◦ green 17 ◦ blue 81

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

Shades of Jazzberry Jam #B01151

Tints of Jazzberry Jam #B01151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.56%

R = 64.23%
G = 6.2%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B01151 (or 0xB01151) is known color: Jazzberry Jam. HEX triplet: B0, 11 and 51. RGB value is (176,17,81). Sum of RGB (Red+Green+Blue) = 176+17+81=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B01151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01151 is #4FEEAE. Grayscale: #474747. Windows color (decimal): -5238447 or 5312944. OLE color: 5312944.

HSL color Cylindrical-coordinate representation of color #B01151: hue angle of 335.85º 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 #B01151 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 17 81 -
CMYK 0 0.90 0.54 0.31
HSL 335.85º 0.82% 0.38% -
HSV(B) 335.85º 0.9% 0.69% -
XYZ 19.59 10.23 8.73 -
YUV 71.84 133.18 202.3 -
System Red Green Blue C M Y K H S L
Decimal 176 17 81 0 0.90 0.54 0.31 335.85 0.82 0.38
Hex B0 11 51 0 5A 36 1F 150 52 26
Octal 260 21 121 0 132 66 37 520 122 46
Binary 10110000 10001 1010001 0 1011010 110110 11111 101010000 1010010 100110

Color Harmonies of #B01151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01151

Black with #B01151

Text Example


Text Example

White with #B01151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01151; }

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

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

background-color css

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

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

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

border-color css

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

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

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