Html Css Color HEX #B10147 Jazzberry Jam

📋 copy color: '#B10147'

red 177 ◦ green 1 ◦ blue 71

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

Shades of Jazzberry Jam #B10147

Tints of Jazzberry Jam #B10147

RGB

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

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

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

R = 71.08%
G = 0.4%
B = 28.51%

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

#B10147 (or 0xB10147) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 47. RGB value is (177,1,71). Sum of RGB (Red+Green+Blue) = 177+1+71=249 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.08% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 177 - color contains mainly: red. Hex color #B10147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10147 is #4EFEB8. Grayscale: #3D3D3D. Windows color (decimal): -5177017 or 4653489. OLE color: 4653489.

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

Color convert

RGB 177 1 71 -
CMYK 0 0.99 0.60 0.31
HSL 336.14º 0.99% 0.35% -
HSV(B) 336.14º 0.99% 0.69% -
XYZ 19.28 9.82 6.84 -
YUV 61.6 133.31 210.31 -
System Red Green Blue C M Y K H S L
Decimal 177 1 71 0 0.99 0.60 0.31 336.14 0.99 0.35
Hex B1 1 47 0 63 3C 1F 150 63 23
Octal 261 1 107 0 143 74 37 520 143 43
Binary 10110001 1 1000111 0 1100011 111100 11111 101010000 1100011 100011

Color Harmonies of #B10147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10147

Black with #B10147

Text Example


Text Example

White with #B10147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10147; }

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

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

background-color css

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

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

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

border-color css

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

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

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