Html Css Color HEX #B81C5B Jazzberry Jam

📋 copy color: '#B81C5B'

red 184 ◦ green 28 ◦ blue 91

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

Shades of Jazzberry Jam #B81C5B

Tints of Jazzberry Jam #B81C5B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.24%

 BLUE value IS 91 (35.94% from 255) = 30.03%

R = 60.73%
G = 9.24%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B81C5B (or 0xB81C5B) is known color: Jazzberry Jam. HEX triplet: B8, 1C and 5B. RGB value is (184,28,91). Sum of RGB (Red+Green+Blue) = 184+28+91=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81C5B is #47E3A4. Grayscale: #515151. Windows color (decimal): -4711333 or 5971128. OLE color: 5971128.

HSL color Cylindrical-coordinate representation of color #B81C5B: hue angle of 335.77º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81C5B is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 28 91 -
CMYK 0 0.85 0.51 0.28
HSL 335.77º 0.74% 0.42% -
HSV(B) 335.77º 0.85% 0.72% -
XYZ 22.07 11.78 11.01 -
YUV 81.83 133.18 200.88 -
System Red Green Blue C M Y K H S L
Decimal 184 28 91 0 0.85 0.51 0.28 335.77 0.74 0.42
Hex B8 1C 5B 0 55 33 1C 150 4A 2A
Octal 270 34 133 0 125 63 34 520 112 52
Binary 10111000 11100 1011011 0 1010101 110011 11100 101010000 1001010 101010

Color Harmonies of #B81C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81C5B

Black with #B81C5B

Text Example


Text Example

White with #B81C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81C5B; }

 p { color: rgb(184,28,91); }

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

background-color css

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

 a { background-color: rgb(184,28,91); }

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

border-color css

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

 span { border-color: rgb(184,28,91); }

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