Html Css Color HEX #B10A72 Jazzberry Jam

📋 copy color: '#B10A72'

red 177 ◦ green 10 ◦ blue 114

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

Shades of Jazzberry Jam #B10A72

Tints of Jazzberry Jam #B10A72

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.32%

 BLUE value IS 114 (44.92% from 255) = 37.87%

R = 58.8%
G = 3.32%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B10A72 (or 0xB10A72) is known color: Jazzberry Jam. HEX triplet: B1, 0A and 72. RGB value is (177,10,114). Sum of RGB (Red+Green+Blue) = 177+10+114=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B10A72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10A72 is #4EF58D. Grayscale: #474747. Windows color (decimal): -5174670 or 7473841. OLE color: 7473841.

HSL color Cylindrical-coordinate representation of color #B10A72: hue angle of 322.63º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10A72 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 10 114 -
CMYK 0 0.94 0.36 0.31
HSL 322.63º 0.89% 0.37% -
HSV(B) 322.63º 0.94% 0.69% -
XYZ 21.28 10.78 16.88 -
YUV 71.79 151.83 203.04 -
System Red Green Blue C M Y K H S L
Decimal 177 10 114 0 0.94 0.36 0.31 322.63 0.89 0.37
Hex B1 A 72 0 5E 24 1F 143 59 25
Octal 261 12 162 0 136 44 37 503 131 45
Binary 10110001 1010 1110010 0 1011110 100100 11111 101000011 1011001 100101

Color Harmonies of #B10A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10A72

Black with #B10A72

Text Example


Text Example

White with #B10A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10A72; }

 p { color: rgb(177,10,114); }

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

background-color css

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

 a { background-color: rgb(177,10,114); }

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

border-color css

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

 span { border-color: rgb(177,10,114); }

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