Html Css Color HEX #B81169 Jazzberry Jam

📋 copy color: '#B81169'

red 184 ◦ green 17 ◦ blue 105

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

Shades of Jazzberry Jam #B81169

Tints of Jazzberry Jam #B81169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.31%

R = 60.13%
G = 5.56%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B81169 (or 0xB81169) is known color: Jazzberry Jam. HEX triplet: B8, 11 and 69. RGB value is (184,17,105). Sum of RGB (Red+Green+Blue) = 184+17+105=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B81169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81169 is #47EE96. Grayscale: #4C4C4C. Windows color (decimal): -4714135 or 6885816. OLE color: 6885816.

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

Color convert

RGB 184 17 105 -
CMYK 0 0.91 0.43 0.28
HSL 328.38º 0.83% 0.39% -
HSV(B) 328.38º 0.91% 0.72% -
XYZ 22.52 11.61 14.42 -
YUV 76.97 143.83 204.34 -
System Red Green Blue C M Y K H S L
Decimal 184 17 105 0 0.91 0.43 0.28 328.38 0.83 0.39
Hex B8 11 69 0 5B 2B 1C 148 53 27
Octal 270 21 151 0 133 53 34 510 123 47
Binary 10111000 10001 1101001 0 1011011 101011 11100 101001000 1010011 100111

Color Harmonies of #B81169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81169

Black with #B81169

Text Example


Text Example

White with #B81169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81169; }

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

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

background-color css

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

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

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

border-color css

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

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

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