Html Css Color HEX #B10154 Jazzberry Jam

📋 copy color: '#B10154'

red 177 ◦ green 1 ◦ blue 84

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

Shades of Jazzberry Jam #B10154

Tints of Jazzberry Jam #B10154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 32.06%

R = 67.56%
G = 0.38%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B10154 (or 0xB10154) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 54. RGB value is (177,1,84). Sum of RGB (Red+Green+Blue) = 177+1+84=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B10154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10154 is #4EFEAB. Grayscale: #3E3E3E. Windows color (decimal): -5177004 or 5505457. OLE color: 5505457.

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

Color convert

RGB 177 1 84 -
CMYK 0 0.99 0.53 0.31
HSL 331.7º 0.99% 0.35% -
HSV(B) 331.7º 0.99% 0.69% -
XYZ 19.74 10.01 9.28 -
YUV 63.09 139.81 209.25 -
System Red Green Blue C M Y K H S L
Decimal 177 1 84 0 0.99 0.53 0.31 331.7 0.99 0.35
Hex B1 1 54 0 63 35 1F 14C 63 23
Octal 261 1 124 0 143 65 37 514 143 43
Binary 10110001 1 1010100 0 1100011 110101 11111 101001100 1100011 100011

Color Harmonies of #B10154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10154

Black with #B10154

Text Example


Text Example

White with #B10154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10154; }

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

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

background-color css

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

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

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

border-color css

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

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

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