Html Css Color HEX #B10152 Jazzberry Jam

📋 copy color: '#B10152'

red 177 ◦ green 1 ◦ blue 82

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

Shades of Jazzberry Jam #B10152

Tints of Jazzberry Jam #B10152

RGB

 RED value IS 177 (69.53% from 255) = 68.08%

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 82 (32.42% from 255) = 31.54%

R = 68.08%
G = 0.38%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B10152 (or 0xB10152) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 52. RGB value is (177,1,82). Sum of RGB (Red+Green+Blue) = 177+1+82=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B10152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10152 is #4EFEAD. Grayscale: #3E3E3E. Windows color (decimal): -5177006 or 5374385. OLE color: 5374385.

HSL color Cylindrical-coordinate representation of color #B10152: hue angle of 332.39º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10152 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 1 82 -
CMYK 0 0.99 0.54 0.31
HSL 332.39º 0.99% 0.35% -
HSV(B) 332.39º 0.99% 0.69% -
XYZ 19.67 9.98 8.87 -
YUV 62.86 138.81 209.41 -
System Red Green Blue C M Y K H S L
Decimal 177 1 82 0 0.99 0.54 0.31 332.39 0.99 0.35
Hex B1 1 52 0 63 36 1F 14C 63 23
Octal 261 1 122 0 143 66 37 514 143 43
Binary 10110001 1 1010010 0 1100011 110110 11111 101001100 1100011 100011

Color Harmonies of #B10152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10152

Black with #B10152

Text Example


Text Example

White with #B10152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10152; }

 p { color: rgb(177,1,82); }

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

background-color css

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

 a { background-color: rgb(177,1,82); }

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

border-color css

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

 span { border-color: rgb(177,1,82); }

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