Html Css Color HEX #B72162 Jazzberry Jam

📋 copy color: '#B72162'

red 183 ◦ green 33 ◦ blue 98

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

Shades of Jazzberry Jam #B72162

Tints of Jazzberry Jam #B72162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.21%

R = 58.28%
G = 10.51%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B72162 (or 0xB72162) is known color: Jazzberry Jam. HEX triplet: B7, 21 and 62. RGB value is (183,33,98). Sum of RGB (Red+Green+Blue) = 183+33+98=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B72162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72162 is #48DE9D. Grayscale: #555555. Windows color (decimal): -4775582 or 6431159. OLE color: 6431159.

HSL color Cylindrical-coordinate representation of color #B72162: hue angle of 334º 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 #B72162 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 33 98 -
CMYK 0 0.82 0.46 0.28
HSL 334º 0.69% 0.42% -
HSV(B) 334º 0.82% 0.72% -
XYZ 22.28 12.04 12.7 -
YUV 85.26 135.2 197.71 -
System Red Green Blue C M Y K H S L
Decimal 183 33 98 0 0.82 0.46 0.28 334 0.69 0.42
Hex B7 21 62 0 52 2E 1C 14E 45 2A
Octal 267 41 142 0 122 56 34 516 105 52
Binary 10110111 100001 1100010 0 1010010 101110 11100 101001110 1000101 101010

Color Harmonies of #B72162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72162

Black with #B72162

Text Example


Text Example

White with #B72162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72162; }

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

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

background-color css

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

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

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

border-color css

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

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

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