Html Css Color HEX #B9165F Jazzberry Jam

📋 copy color: '#B9165F'

red 185 ◦ green 22 ◦ blue 95

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

Shades of Jazzberry Jam #B9165F

Tints of Jazzberry Jam #B9165F

RGB

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

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

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

R = 61.26%
G = 7.28%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9165F (or 0xB9165F) is known color: Jazzberry Jam. HEX triplet: B9, 16 and 5F. RGB value is (185,22,95). Sum of RGB (Red+Green+Blue) = 185+22+95=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B9165F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9165F is #46E9A0. Grayscale: #4E4E4E. Windows color (decimal): -4647329 or 6231737. OLE color: 6231737.

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

Color convert

RGB 185 22 95 -
CMYK 0 0.88 0.49 0.27
HSL 333.13º 0.79% 0.41% -
HSV(B) 333.13º 0.88% 0.73% -
XYZ 22.36 11.71 11.91 -
YUV 79.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 185 22 95 0 0.88 0.49 0.27 333.13 0.79 0.41
Hex B9 16 5F 0 58 31 1B 14D 4F 29
Octal 271 26 137 0 130 61 33 515 117 51
Binary 10111001 10110 1011111 0 1011000 110001 11011 101001101 1001111 101001

Color Harmonies of #B9165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9165F

Black with #B9165F

Text Example


Text Example

White with #B9165F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9165F; }

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

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

background-color css

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

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

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

border-color css

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

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

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