Html Css Color HEX #B81154 Jazzberry Jam

📋 copy color: '#B81154'

red 184 ◦ green 17 ◦ blue 84

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

Shades of Jazzberry Jam #B81154

Tints of Jazzberry Jam #B81154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.47%

R = 64.56%
G = 5.96%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B81154 (or 0xB81154) is known color: Jazzberry Jam. HEX triplet: B8, 11 and 54. RGB value is (184,17,84). Sum of RGB (Red+Green+Blue) = 184+17+84=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B81154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81154 is #47EEAB. Grayscale: #4A4A4A. Windows color (decimal): -4714156 or 5509560. OLE color: 5509560.

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

Color convert

RGB 184 17 84 -
CMYK 0 0.91 0.54 0.28
HSL 335.93º 0.83% 0.39% -
HSV(B) 335.93º 0.91% 0.72% -
XYZ 21.57 11.23 9.42 -
YUV 74.57 133.33 206.05 -
System Red Green Blue C M Y K H S L
Decimal 184 17 84 0 0.91 0.54 0.28 335.93 0.83 0.39
Hex B8 11 54 0 5B 36 1C 150 53 27
Octal 270 21 124 0 133 66 34 520 123 47
Binary 10111000 10001 1010100 0 1011011 110110 11100 101010000 1010011 100111

Color Harmonies of #B81154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81154

Black with #B81154

Text Example


Text Example

White with #B81154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81154; }

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

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

background-color css

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

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

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

border-color css

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

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

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