Html Css Color HEX #B9165C Jazzberry Jam

📋 copy color: '#B9165C'

red 185 ◦ green 22 ◦ blue 92

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

Shades of Jazzberry Jam #B9165C

Tints of Jazzberry Jam #B9165C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.77%

R = 61.87%
G = 7.36%
B = 30.77%

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

#B9165C (or 0xB9165C) is known color: Jazzberry Jam. HEX triplet: B9, 16 and 5C. RGB value is (185,22,92). Sum of RGB (Red+Green+Blue) = 185+22+92=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B9165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9165C is #46E9A3. Grayscale: #4E4E4E. Windows color (decimal): -4647332 or 6035129. OLE color: 6035129.

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

Color convert

RGB 185 22 92 -
CMYK 0 0.88 0.50 0.27
HSL 334.23º 0.79% 0.41% -
HSV(B) 334.23º 0.88% 0.73% -
XYZ 22.23 11.66 11.2 -
YUV 78.72 135.5 203.81 -
System Red Green Blue C M Y K H S L
Decimal 185 22 92 0 0.88 0.50 0.27 334.23 0.79 0.41
Hex B9 16 5C 0 58 32 1B 14E 4F 29
Octal 271 26 134 0 130 62 33 516 117 51
Binary 10111001 10110 1011100 0 1011000 110010 11011 101001110 1001111 101001

Color Harmonies of #B9165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9165C

Black with #B9165C

Text Example


Text Example

White with #B9165C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9165C; }

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

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

background-color css

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

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

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

border-color css

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

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

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