Html Css Color HEX #B9175B Jazzberry Jam

📋 copy color: '#B9175B'

red 185 ◦ green 23 ◦ blue 91

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

Shades of Jazzberry Jam #B9175B

Tints of Jazzberry Jam #B9175B

RGB

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

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

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

R = 61.87%
G = 7.69%
B = 30.43%

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

#B9175B (or 0xB9175B) is known color: Jazzberry Jam. HEX triplet: B9, 17 and 5B. RGB value is (185,23,91). Sum of RGB (Red+Green+Blue) = 185+23+91=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B9175B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9175B is #46E8A4. Grayscale: #4F4F4F. Windows color (decimal): -4647077 or 5969849. OLE color: 5969849.

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

Color convert

RGB 185 23 91 -
CMYK 0 0.88 0.51 0.27
HSL 334.81º 0.78% 0.41% -
HSV(B) 334.81º 0.88% 0.73% -
XYZ 22.2 11.68 10.98 -
YUV 79.19 134.67 203.47 -
System Red Green Blue C M Y K H S L
Decimal 185 23 91 0 0.88 0.51 0.27 334.81 0.78 0.41
Hex B9 17 5B 0 58 33 1B 14F 4E 29
Octal 271 27 133 0 130 63 33 517 116 51
Binary 10111001 10111 1011011 0 1011000 110011 11011 101001111 1001110 101001

Color Harmonies of #B9175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9175B

Black with #B9175B

Text Example


Text Example

White with #B9175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9175B; }

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

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

background-color css

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

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

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

border-color css

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

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

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