Html Css Color HEX #B10153 Jazzberry Jam

📋 copy color: '#B10153'

red 177 ◦ green 1 ◦ blue 83

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

Shades of Jazzberry Jam #B10153

Tints of Jazzberry Jam #B10153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.8%

R = 67.82%
G = 0.38%
B = 31.8%

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

#B10153 (or 0xB10153) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 53. RGB value is (177,1,83). Sum of RGB (Red+Green+Blue) = 177+1+83=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B10153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10153 is #4EFEAC. Grayscale: #3E3E3E. Windows color (decimal): -5177005 or 5439921. OLE color: 5439921.

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

Color convert

RGB 177 1 83 -
CMYK 0 0.99 0.53 0.31
HSL 332.05º 0.99% 0.35% -
HSV(B) 332.05º 0.99% 0.69% -
XYZ 19.7 9.99 9.07 -
YUV 62.97 139.31 209.33 -
System Red Green Blue C M Y K H S L
Decimal 177 1 83 0 0.99 0.53 0.31 332.05 0.99 0.35
Hex B1 1 53 0 63 35 1F 14C 63 23
Octal 261 1 123 0 143 65 37 514 143 43
Binary 10110001 1 1010011 0 1100011 110101 11111 101001100 1100011 100011

Color Harmonies of #B10153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10153

Black with #B10153

Text Example


Text Example

White with #B10153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10153; }

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

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

background-color css

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

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

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

border-color css

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

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

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