Html Css Color HEX #B9175A Jazzberry Jam

📋 copy color: '#B9175A'

red 185 ◦ green 23 ◦ blue 90

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

Shades of Jazzberry Jam #B9175A

Tints of Jazzberry Jam #B9175A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.72%

 BLUE value IS 90 (35.55% from 255) = 30.2%

R = 62.08%
G = 7.72%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9175A (or 0xB9175A) is known color: Jazzberry Jam. HEX triplet: B9, 17 and 5A. RGB value is (185,23,90). Sum of RGB (Red+Green+Blue) = 185+23+90=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B9175A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9175A is #46E8A5. Grayscale: #4E4E4E. Windows color (decimal): -4647078 or 5904313. OLE color: 5904313.

HSL color Cylindrical-coordinate representation of color #B9175A: hue angle of 335.19º degrees, saturation: 0.78, 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 #B9175A is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 23 90 -
CMYK 0 0.88 0.51 0.27
HSL 335.19º 0.78% 0.41% -
HSV(B) 335.19º 0.88% 0.73% -
XYZ 22.16 11.67 10.76 -
YUV 79.08 134.17 203.55 -
System Red Green Blue C M Y K H S L
Decimal 185 23 90 0 0.88 0.51 0.27 335.19 0.78 0.41
Hex B9 17 5A 0 58 33 1B 14F 4E 29
Octal 271 27 132 0 130 63 33 517 116 51
Binary 10111001 10111 1011010 0 1011000 110011 11011 101001111 1001110 101001

Color Harmonies of #B9175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9175A

Black with #B9175A

Text Example


Text Example

White with #B9175A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9175A; }

 p { color: rgb(185,23,90); }

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

background-color css

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

 a { background-color: rgb(185,23,90); }

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

border-color css

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

 span { border-color: rgb(185,23,90); }

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