Html Css Color HEX #B9165D Jazzberry Jam

📋 copy color: '#B9165D'

red 185 ◦ green 22 ◦ blue 93

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

Shades of Jazzberry Jam #B9165D

Tints of Jazzberry Jam #B9165D

RGB

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

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

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

R = 61.67%
G = 7.33%
B = 31%

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

#B9165D (or 0xB9165D) is known color: Jazzberry Jam. HEX triplet: B9, 16 and 5D. RGB value is (185,22,93). Sum of RGB (Red+Green+Blue) = 185+22+93=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B9165D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9165D is #46E9A2. Grayscale: #4E4E4E. Windows color (decimal): -4647331 or 6100665. OLE color: 6100665.

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

Color convert

RGB 185 22 93 -
CMYK 0 0.88 0.50 0.27
HSL 333.87º 0.79% 0.41% -
HSV(B) 333.87º 0.88% 0.73% -
XYZ 22.27 11.68 11.44 -
YUV 78.83 136 203.73 -
System Red Green Blue C M Y K H S L
Decimal 185 22 93 0 0.88 0.50 0.27 333.87 0.79 0.41
Hex B9 16 5D 0 58 32 1B 14E 4F 29
Octal 271 26 135 0 130 62 33 516 117 51
Binary 10111001 10110 1011101 0 1011000 110010 11011 101001110 1001111 101001

Color Harmonies of #B9165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9165D

Black with #B9165D

Text Example


Text Example

White with #B9165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9165D; }

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

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

background-color css

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

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

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

border-color css

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

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

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