Html Css Color HEX #B81163 Jazzberry Jam

📋 copy color: '#B81163'

red 184 ◦ green 17 ◦ blue 99

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

Shades of Jazzberry Jam #B81163

Tints of Jazzberry Jam #B81163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33%

R = 61.33%
G = 5.67%
B = 33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B81163 (or 0xB81163) is known color: Jazzberry Jam. HEX triplet: B8, 11 and 63. RGB value is (184,17,99). Sum of RGB (Red+Green+Blue) = 184+17+99=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B81163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81163 is #47EE9C. Grayscale: #4C4C4C. Windows color (decimal): -4714141 or 6492600. OLE color: 6492600.

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

Color convert

RGB 184 17 99 -
CMYK 0 0.91 0.46 0.28
HSL 330.54º 0.83% 0.39% -
HSV(B) 330.54º 0.91% 0.72% -
XYZ 22.22 11.49 12.85 -
YUV 76.28 140.83 204.83 -
System Red Green Blue C M Y K H S L
Decimal 184 17 99 0 0.91 0.46 0.28 330.54 0.83 0.39
Hex B8 11 63 0 5B 2E 1C 14B 53 27
Octal 270 21 143 0 133 56 34 513 123 47
Binary 10111000 10001 1100011 0 1011011 101110 11100 101001011 1010011 100111

Color Harmonies of #B81163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81163

Black with #B81163

Text Example


Text Example

White with #B81163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81163; }

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

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

background-color css

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

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

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

border-color css

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

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

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