Html Css Color HEX #B71764 Jazzberry Jam

📋 copy color: '#B71764'

red 183 ◦ green 23 ◦ blue 100

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

Shades of Jazzberry Jam #B71764

Tints of Jazzberry Jam #B71764

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.52%

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

R = 59.8%
G = 7.52%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B71764 (or 0xB71764) is known color: Jazzberry Jam. HEX triplet: B7, 17 and 64. RGB value is (183,23,100). Sum of RGB (Red+Green+Blue) = 183+23+100=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B71764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71764 is #48E89B. Grayscale: #4F4F4F. Windows color (decimal): -4778140 or 6559671. OLE color: 6559671.

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

Color convert

RGB 183 23 100 -
CMYK 0 0.87 0.45 0.28
HSL 331.13º 0.78% 0.4% -
HSV(B) 331.13º 0.87% 0.72% -
XYZ 22.14 11.6 13.13 -
YUV 79.62 139.51 201.74 -
System Red Green Blue C M Y K H S L
Decimal 183 23 100 0 0.87 0.45 0.28 331.13 0.78 0.4
Hex B7 17 64 0 57 2D 1C 14B 4E 28
Octal 267 27 144 0 127 55 34 513 116 50
Binary 10110111 10111 1100100 0 1010111 101101 11100 101001011 1001110 101000

Color Harmonies of #B71764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71764

Black with #B71764

Text Example


Text Example

White with #B71764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71764; }

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

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

background-color css

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

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

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

border-color css

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

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

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