Html Css Color HEX #B81454 Jazzberry Jam

📋 copy color: '#B81454'

red 184 ◦ green 20 ◦ blue 84

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

Shades of Jazzberry Jam #B81454

Tints of Jazzberry Jam #B81454

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.94%

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

R = 63.89%
G = 6.94%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B81454 (or 0xB81454) is known color: Jazzberry Jam. HEX triplet: B8, 14 and 54. RGB value is (184,20,84). Sum of RGB (Red+Green+Blue) = 184+20+84=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B81454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81454 is #47EBAB. Grayscale: #4C4C4C. Windows color (decimal): -4713388 or 5510328. OLE color: 5510328.

HSL color Cylindrical-coordinate representation of color #B81454: hue angle of 336.59º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81454 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 20 84 -
CMYK 0 0.89 0.54 0.28
HSL 336.59º 0.8% 0.4% -
HSV(B) 336.59º 0.89% 0.72% -
XYZ 21.62 11.33 9.44 -
YUV 76.33 132.33 204.8 -
System Red Green Blue C M Y K H S L
Decimal 184 20 84 0 0.89 0.54 0.28 336.59 0.8 0.4
Hex B8 14 54 0 59 36 1C 151 50 28
Octal 270 24 124 0 131 66 34 521 120 50
Binary 10111000 10100 1010100 0 1011001 110110 11100 101010001 1010000 101000

Color Harmonies of #B81454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81454

Black with #B81454

Text Example


Text Example

White with #B81454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81454; }

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

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

background-color css

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

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

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

border-color css

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

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

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