Html Css Color HEX #B72164 Jazzberry Jam

📋 copy color: '#B72164'

red 183 ◦ green 33 ◦ blue 100

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

Shades of Jazzberry Jam #B72164

Tints of Jazzberry Jam #B72164

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.44%

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

R = 57.91%
G = 10.44%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B72164 (or 0xB72164) is known color: Jazzberry Jam. HEX triplet: B7, 21 and 64. RGB value is (183,33,100). Sum of RGB (Red+Green+Blue) = 183+33+100=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B72164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72164 is #48DE9B. Grayscale: #555555. Windows color (decimal): -4775580 or 6562231. OLE color: 6562231.

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

Color convert

RGB 183 33 100 -
CMYK 0 0.82 0.45 0.28
HSL 333.2º 0.69% 0.42% -
HSV(B) 333.2º 0.82% 0.72% -
XYZ 22.37 12.08 13.21 -
YUV 85.49 136.2 197.55 -
System Red Green Blue C M Y K H S L
Decimal 183 33 100 0 0.82 0.45 0.28 333.2 0.69 0.42
Hex B7 21 64 0 52 2D 1C 14D 45 2A
Octal 267 41 144 0 122 55 34 515 105 52
Binary 10110111 100001 1100100 0 1010010 101101 11100 101001101 1000101 101010

Color Harmonies of #B72164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72164

Black with #B72164

Text Example


Text Example

White with #B72164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72164; }

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

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

background-color css

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

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

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

border-color css

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

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

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