Html Css Color HEX #B81966 Jazzberry Jam

📋 copy color: '#B81966'

red 184 ◦ green 25 ◦ blue 102

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

Shades of Jazzberry Jam #B81966

Tints of Jazzberry Jam #B81966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.04%

 BLUE value IS 102 (40.23% from 255) = 32.8%

R = 59.16%
G = 8.04%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B81966 (or 0xB81966) is known color: Jazzberry Jam. HEX triplet: B8, 19 and 66. RGB value is (184,25,102). Sum of RGB (Red+Green+Blue) = 184+25+102=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B81966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81966 is #47E699. Grayscale: #515151. Windows color (decimal): -4712090 or 6691256. OLE color: 6691256.

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

Color convert

RGB 184 25 102 -
CMYK 0 0.86 0.45 0.28
HSL 330.94º 0.76% 0.41% -
HSV(B) 330.94º 0.86% 0.72% -
XYZ 22.51 11.84 13.67 -
YUV 81.32 139.68 201.24 -
System Red Green Blue C M Y K H S L
Decimal 184 25 102 0 0.86 0.45 0.28 330.94 0.76 0.41
Hex B8 19 66 0 56 2D 1C 14B 4C 29
Octal 270 31 146 0 126 55 34 513 114 51
Binary 10111000 11001 1100110 0 1010110 101101 11100 101001011 1001100 101001

Color Harmonies of #B81966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81966

Black with #B81966

Text Example


Text Example

White with #B81966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81966; }

 p { color: rgb(184,25,102); }

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

background-color css

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

 a { background-color: rgb(184,25,102); }

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

border-color css

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

 span { border-color: rgb(184,25,102); }

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