Html Css Color HEX #B71164 Jazzberry Jam

📋 copy color: '#B71164'

red 183 ◦ green 17 ◦ blue 100

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

Shades of Jazzberry Jam #B71164

Tints of Jazzberry Jam #B71164

RGB

 RED value IS 183 (71.88% from 255) = 61%

 GREEN value IS 17 (7.03% from 255) = 5.67%

 BLUE value IS 100 (39.45% from 255) = 33.33%

R = 61%
G = 5.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B71164 (or 0xB71164) is known color: Jazzberry Jam. HEX triplet: B7, 11 and 64. RGB value is (183,17,100). Sum of RGB (Red+Green+Blue) = 183+17+100=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B71164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71164 is #48EE9B. Grayscale: #4B4B4B. Windows color (decimal): -4779676 or 6558135. OLE color: 6558135.

HSL color Cylindrical-coordinate representation of color #B71164: hue angle of 330º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71164 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 17 100 -
CMYK 0 0.91 0.45 0.28
HSL 330º 0.83% 0.39% -
HSV(B) 330º 0.91% 0.72% -
XYZ 22.03 11.39 13.09 -
YUV 76.1 141.5 204.25 -
System Red Green Blue C M Y K H S L
Decimal 183 17 100 0 0.91 0.45 0.28 330 0.83 0.39
Hex B7 11 64 0 5B 2D 1C 14A 53 27
Octal 267 21 144 0 133 55 34 512 123 47
Binary 10110111 10001 1100100 0 1011011 101101 11100 101001010 1010011 100111

Color Harmonies of #B71164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71164

Black with #B71164

Text Example


Text Example

White with #B71164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71164; }

 p { color: rgb(183,17,100); }

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

background-color css

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

 a { background-color: rgb(183,17,100); }

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

border-color css

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

 span { border-color: rgb(183,17,100); }

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