Html Css Color HEX #B9185F Jazzberry Jam

📋 copy color: '#B9185F'

red 185 ◦ green 24 ◦ blue 95

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

Shades of Jazzberry Jam #B9185F

Tints of Jazzberry Jam #B9185F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.25%

R = 60.86%
G = 7.89%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9185F (or 0xB9185F) is known color: Jazzberry Jam. HEX triplet: B9, 18 and 5F. RGB value is (185,24,95). Sum of RGB (Red+Green+Blue) = 185+24+95=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B9185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9185F is #46E7A0. Grayscale: #505050. Windows color (decimal): -4646817 or 6232249. OLE color: 6232249.

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

Color convert

RGB 185 24 95 -
CMYK 0 0.87 0.49 0.27
HSL 333.54º 0.77% 0.41% -
HSV(B) 333.54º 0.87% 0.73% -
XYZ 22.4 11.79 11.92 -
YUV 80.23 136.34 202.73 -
System Red Green Blue C M Y K H S L
Decimal 185 24 95 0 0.87 0.49 0.27 333.54 0.77 0.41
Hex B9 18 5F 0 57 31 1B 14E 4D 29
Octal 271 30 137 0 127 61 33 516 115 51
Binary 10111001 11000 1011111 0 1010111 110001 11011 101001110 1001101 101001

Color Harmonies of #B9185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9185F

Black with #B9185F

Text Example


Text Example

White with #B9185F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9185F; }

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

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

background-color css

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

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

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

border-color css

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

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

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