Html Css Color HEX #B10247 Jazzberry Jam

📋 copy color: '#B10247'

red 177 ◦ green 2 ◦ blue 71

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

Shades of Jazzberry Jam #B10247

Tints of Jazzberry Jam #B10247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 71 (28.13% from 255) = 28.4%

R = 70.8%
G = 0.8%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B10247 (or 0xB10247) is known color: Jazzberry Jam. HEX triplet: B1, 02 and 47. RGB value is (177,2,71). Sum of RGB (Red+Green+Blue) = 177+2+71=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B10247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10247 is #4EFDB8. Grayscale: #3E3E3E. Windows color (decimal): -5176761 or 4653745. OLE color: 4653745.

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

Color convert

RGB 177 2 71 -
CMYK 0 0.99 0.60 0.31
HSL 336.34º 0.98% 0.35% -
HSV(B) 336.34º 0.99% 0.69% -
XYZ 19.29 9.85 6.84 -
YUV 62.19 132.98 209.89 -
System Red Green Blue C M Y K H S L
Decimal 177 2 71 0 0.99 0.60 0.31 336.34 0.98 0.35
Hex B1 2 47 0 63 3C 1F 150 62 23
Octal 261 2 107 0 143 74 37 520 142 43
Binary 10110001 10 1000111 0 1100011 111100 11111 101010000 1100010 100011

Color Harmonies of #B10247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10247

Black with #B10247

Text Example


Text Example

White with #B10247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10247; }

 p { color: rgb(177,2,71); }

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

background-color css

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

 a { background-color: rgb(177,2,71); }

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

border-color css

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

 span { border-color: rgb(177,2,71); }

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