Html Css Color HEX #B9185A Jazzberry Jam

📋 copy color: '#B9185A'

red 185 ◦ green 24 ◦ blue 90

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

Shades of Jazzberry Jam #B9185A

Tints of Jazzberry Jam #B9185A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.1%

R = 61.87%
G = 8.03%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9185A (or 0xB9185A) is known color: Jazzberry Jam. HEX triplet: B9, 18 and 5A. RGB value is (185,24,90). Sum of RGB (Red+Green+Blue) = 185+24+90=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B9185A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9185A is #46E7A5. Grayscale: #4F4F4F. Windows color (decimal): -4646822 or 5904569. OLE color: 5904569.

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

Color convert

RGB 185 24 90 -
CMYK 0 0.87 0.51 0.27
HSL 335.4º 0.77% 0.41% -
HSV(B) 335.4º 0.87% 0.73% -
XYZ 22.18 11.71 10.76 -
YUV 79.66 133.84 203.13 -
System Red Green Blue C M Y K H S L
Decimal 185 24 90 0 0.87 0.51 0.27 335.4 0.77 0.41
Hex B9 18 5A 0 57 33 1B 14F 4D 29
Octal 271 30 132 0 127 63 33 517 115 51
Binary 10111001 11000 1011010 0 1010111 110011 11011 101001111 1001101 101001

Color Harmonies of #B9185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9185A

Black with #B9185A

Text Example


Text Example

White with #B9185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9185A; }

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

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

background-color css

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

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

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

border-color css

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

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

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