Html Css Color HEX #B9165A Jazzberry Jam

📋 copy color: '#B9165A'

red 185 ◦ green 22 ◦ blue 90

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

Shades of Jazzberry Jam #B9165A

Tints of Jazzberry Jam #B9165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.41%

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

R = 62.29%
G = 7.41%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9165A (or 0xB9165A) is known color: Jazzberry Jam. HEX triplet: B9, 16 and 5A. RGB value is (185,22,90). Sum of RGB (Red+Green+Blue) = 185+22+90=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B9165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9165A is #46E9A5. Grayscale: #4E4E4E. Windows color (decimal): -4647334 or 5904057. OLE color: 5904057.

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

Color convert

RGB 185 22 90 -
CMYK 0 0.88 0.51 0.27
HSL 334.97º 0.79% 0.41% -
HSV(B) 334.97º 0.88% 0.73% -
XYZ 22.14 11.63 10.75 -
YUV 78.49 134.5 203.97 -
System Red Green Blue C M Y K H S L
Decimal 185 22 90 0 0.88 0.51 0.27 334.97 0.79 0.41
Hex B9 16 5A 0 58 33 1B 14F 4F 29
Octal 271 26 132 0 130 63 33 517 117 51
Binary 10111001 10110 1011010 0 1011000 110011 11011 101001111 1001111 101001

Color Harmonies of #B9165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9165A

Black with #B9165A

Text Example


Text Example

White with #B9165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9165A; }

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

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

background-color css

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

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

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

border-color css

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

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

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