Html Css Color HEX #B9175C Jazzberry Jam

📋 copy color: '#B9175C'

red 185 ◦ green 23 ◦ blue 92

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

Shades of Jazzberry Jam #B9175C

Tints of Jazzberry Jam #B9175C

RGB

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

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

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

R = 61.67%
G = 7.67%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9175C (or 0xB9175C) is known color: Jazzberry Jam. HEX triplet: B9, 17 and 5C. RGB value is (185,23,92). Sum of RGB (Red+Green+Blue) = 185+23+92=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B9175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9175C is #46E8A3. Grayscale: #4F4F4F. Windows color (decimal): -4647076 or 6035385. OLE color: 6035385.

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

Color convert

RGB 185 23 92 -
CMYK 0 0.88 0.50 0.27
HSL 334.44º 0.78% 0.41% -
HSV(B) 334.44º 0.88% 0.73% -
XYZ 22.25 11.7 11.21 -
YUV 79.3 135.17 203.39 -
System Red Green Blue C M Y K H S L
Decimal 185 23 92 0 0.88 0.50 0.27 334.44 0.78 0.41
Hex B9 17 5C 0 58 32 1B 14E 4E 29
Octal 271 27 134 0 130 62 33 516 116 51
Binary 10111001 10111 1011100 0 1011000 110010 11011 101001110 1001110 101001

Color Harmonies of #B9175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9175C

Black with #B9175C

Text Example


Text Example

White with #B9175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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