Html Css Color HEX #B91B5C Jazzberry Jam

📋 copy color: '#B91B5C'

red 185 ◦ green 27 ◦ blue 92

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

Shades of Jazzberry Jam #B91B5C

Tints of Jazzberry Jam #B91B5C

RGB

 RED value IS 185 (72.66% from 255) = 60.86%

 GREEN value IS 27 (10.94% from 255) = 8.88%

 BLUE value IS 92 (36.33% from 255) = 30.26%

R = 60.86%
G = 8.88%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B91B5C (or 0xB91B5C) is known color: Jazzberry Jam. HEX triplet: B9, 1B and 5C. RGB value is (185,27,92). Sum of RGB (Red+Green+Blue) = 185+27+92=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91B5C is #46E4A3. Grayscale: #515151. Windows color (decimal): -4646052 or 6036409. OLE color: 6036409.

HSL color Cylindrical-coordinate representation of color #B91B5C: hue angle of 335.32º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91B5C is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 27 92 -
CMYK 0 0.85 0.50 0.27
HSL 335.32º 0.75% 0.42% -
HSV(B) 335.32º 0.85% 0.73% -
XYZ 22.33 11.87 11.24 -
YUV 81.65 133.85 201.71 -
System Red Green Blue C M Y K H S L
Decimal 185 27 92 0 0.85 0.50 0.27 335.32 0.75 0.42
Hex B9 1B 5C 0 55 32 1B 14F 4B 2A
Octal 271 33 134 0 125 62 33 517 113 52
Binary 10111001 11011 1011100 0 1010101 110010 11011 101001111 1001011 101010

Color Harmonies of #B91B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91B5C

Black with #B91B5C

Text Example


Text Example

White with #B91B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91B5C; }

 p { color: rgb(185,27,92); }

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

background-color css

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

 a { background-color: rgb(185,27,92); }

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

border-color css

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

 span { border-color: rgb(185,27,92); }

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