Html Css Color HEX #B81152 Jazzberry Jam

📋 copy color: '#B81152'

red 184 ◦ green 17 ◦ blue 82

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

Shades of Jazzberry Jam #B81152

Tints of Jazzberry Jam #B81152

RGB

 RED value IS 184 (72.27% from 255) = 65.02%

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

 BLUE value IS 82 (32.42% from 255) = 28.98%

R = 65.02%
G = 6.01%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B81152 (or 0xB81152) is known color: Jazzberry Jam. HEX triplet: B8, 11 and 52. RGB value is (184,17,82). Sum of RGB (Red+Green+Blue) = 184+17+82=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B81152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81152 is #47EEAD. Grayscale: #4A4A4A. Windows color (decimal): -4714158 or 5378488. OLE color: 5378488.

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

Color convert

RGB 184 17 82 -
CMYK 0 0.91 0.55 0.28
HSL 336.65º 0.83% 0.39% -
HSV(B) 336.65º 0.91% 0.72% -
XYZ 21.49 11.2 9.01 -
YUV 74.34 132.33 206.21 -
System Red Green Blue C M Y K H S L
Decimal 184 17 82 0 0.91 0.55 0.28 336.65 0.83 0.39
Hex B8 11 52 0 5B 37 1C 151 53 27
Octal 270 21 122 0 133 67 34 521 123 47
Binary 10111000 10001 1010010 0 1011011 110111 11100 101010001 1010011 100111

Color Harmonies of #B81152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81152

Black with #B81152

Text Example


Text Example

White with #B81152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81152; }

 p { color: rgb(184,17,82); }

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

background-color css

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

 a { background-color: rgb(184,17,82); }

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

border-color css

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

 span { border-color: rgb(184,17,82); }

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