Html Css Color HEX #B9185D Jazzberry Jam

📋 copy color: '#B9185D'

red 185 ◦ green 24 ◦ blue 93

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

Shades of Jazzberry Jam #B9185D

Tints of Jazzberry Jam #B9185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.95%

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

R = 61.26%
G = 7.95%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9185D (or 0xB9185D) is known color: Jazzberry Jam. HEX triplet: B9, 18 and 5D. RGB value is (185,24,93). Sum of RGB (Red+Green+Blue) = 185+24+93=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B9185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9185D is #46E7A2. Grayscale: #4F4F4F. Windows color (decimal): -4646819 or 6101177. OLE color: 6101177.

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

Color convert

RGB 185 24 93 -
CMYK 0 0.87 0.50 0.27
HSL 334.29º 0.77% 0.41% -
HSV(B) 334.29º 0.87% 0.73% -
XYZ 22.31 11.76 11.45 -
YUV 80.01 135.34 202.89 -
System Red Green Blue C M Y K H S L
Decimal 185 24 93 0 0.87 0.50 0.27 334.29 0.77 0.41
Hex B9 18 5D 0 57 32 1B 14E 4D 29
Octal 271 30 135 0 127 62 33 516 115 51
Binary 10111001 11000 1011101 0 1010111 110010 11011 101001110 1001101 101001

Color Harmonies of #B9185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9185D

Black with #B9185D

Text Example


Text Example

White with #B9185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9185D; }

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

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

background-color css

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

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

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

border-color css

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

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

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