Html Css Color HEX #B91653 Jazzberry Jam

📋 copy color: '#B91653'

red 185 ◦ green 22 ◦ blue 83

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

Shades of Jazzberry Jam #B91653

Tints of Jazzberry Jam #B91653

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.59%

 BLUE value IS 83 (32.81% from 255) = 28.62%

R = 63.79%
G = 7.59%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B91653 (or 0xB91653) is known color: Jazzberry Jam. HEX triplet: B9, 16 and 53. RGB value is (185,22,83). Sum of RGB (Red+Green+Blue) = 185+22+83=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B91653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91653 is #46E9AC. Grayscale: #4D4D4D. Windows color (decimal): -4647341 or 5445305. OLE color: 5445305.

HSL color Cylindrical-coordinate representation of color #B91653: hue angle of 337.55º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91653 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 22 83 -
CMYK 0 0.88 0.55 0.27
HSL 337.55º 0.79% 0.41% -
HSV(B) 337.55º 0.88% 0.73% -
XYZ 21.86 11.51 9.25 -
YUV 77.69 131 204.54 -
System Red Green Blue C M Y K H S L
Decimal 185 22 83 0 0.88 0.55 0.27 337.55 0.79 0.41
Hex B9 16 53 0 58 37 1B 152 4F 29
Octal 271 26 123 0 130 67 33 522 117 51
Binary 10111001 10110 1010011 0 1011000 110111 11011 101010010 1001111 101001

Color Harmonies of #B91653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91653

Black with #B91653

Text Example


Text Example

White with #B91653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91653; }

 p { color: rgb(185,22,83); }

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

background-color css

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

 a { background-color: rgb(185,22,83); }

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

border-color css

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

 span { border-color: rgb(185,22,83); }

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