Html Css Color HEX #B10052 Jazzberry Jam

📋 copy color: '#B10052'

red 177 ◦ green 0 ◦ blue 82

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

Shades of Jazzberry Jam #B10052

Tints of Jazzberry Jam #B10052

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.34%
G = 0%
B = 31.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B10052 (or 0xB10052) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 52. RGB value is (177,0,82). Sum of RGB (Red+Green+Blue) = 177+0+82=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B10052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10052 is #4EFFAD. Grayscale: #3E3E3E. Windows color (decimal): -5177262 or 5374129. OLE color: 5374129.

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

Color convert

RGB 177 0 82 -
CMYK 0 1 0.54 0.31
HSL 332.2º 1% 0.35% -
HSV(B) 332.2º 1% 0.69% -
XYZ 19.65 9.96 8.87 -
YUV 62.27 139.14 209.83 -
System Red Green Blue C M Y K H S L
Decimal 177 0 82 0 1 0.54 0.31 332.2 1 0.35
Hex B1 0 52 0 64 36 1F 14C 64 23
Octal 261 0 122 0 144 66 37 514 144 43
Binary 10110001 0 1010010 0 1100100 110110 11111 101001100 1100100 100011

Color Harmonies of #B10052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10052

Black with #B10052

Text Example


Text Example

White with #B10052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10052; }

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

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

background-color css

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

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

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

border-color css

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

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

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