Html Css Color HEX #B9175D Jazzberry Jam

📋 copy color: '#B9175D'

red 185 ◦ green 23 ◦ blue 93

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

Shades of Jazzberry Jam #B9175D

Tints of Jazzberry Jam #B9175D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.9%

R = 61.46%
G = 7.64%
B = 30.9%

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

#B9175D (or 0xB9175D) is known color: Jazzberry Jam. HEX triplet: B9, 17 and 5D. RGB value is (185,23,93). Sum of RGB (Red+Green+Blue) = 185+23+93=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B9175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9175D is #46E8A2. Grayscale: #4F4F4F. Windows color (decimal): -4647075 or 6100921. OLE color: 6100921.

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

Color convert

RGB 185 23 93 -
CMYK 0 0.88 0.50 0.27
HSL 334.07º 0.78% 0.41% -
HSV(B) 334.07º 0.88% 0.73% -
XYZ 22.29 11.72 11.44 -
YUV 79.42 135.67 203.31 -
System Red Green Blue C M Y K H S L
Decimal 185 23 93 0 0.88 0.50 0.27 334.07 0.78 0.41
Hex B9 17 5D 0 58 32 1B 14E 4E 29
Octal 271 27 135 0 130 62 33 516 116 51
Binary 10111001 10111 1011101 0 1011000 110010 11011 101001110 1001110 101001

Color Harmonies of #B9175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9175D

Black with #B9175D

Text Example


Text Example

White with #B9175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9175D; }

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

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

background-color css

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

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

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

border-color css

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

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

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