Html Css Color HEX #B9166D Jazzberry Jam

📋 copy color: '#B9166D'

red 185 ◦ green 22 ◦ blue 109

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

Shades of Jazzberry Jam #B9166D

Tints of Jazzberry Jam #B9166D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.49%

R = 58.54%
G = 6.96%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9166D (or 0xB9166D) is known color: Jazzberry Jam. HEX triplet: B9, 16 and 6D. RGB value is (185,22,109). Sum of RGB (Red+Green+Blue) = 185+22+109=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B9166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9166D is #46E992. Grayscale: #505050. Windows color (decimal): -4647315 or 7149241. OLE color: 7149241.

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

Color convert

RGB 185 22 109 -
CMYK 0 0.88 0.41 0.27
HSL 327.98º 0.79% 0.41% -
HSV(B) 327.98º 0.88% 0.73% -
XYZ 23.05 11.99 15.57 -
YUV 80.66 144 202.43 -
System Red Green Blue C M Y K H S L
Decimal 185 22 109 0 0.88 0.41 0.27 327.98 0.79 0.41
Hex B9 16 6D 0 58 29 1B 148 4F 29
Octal 271 26 155 0 130 51 33 510 117 51
Binary 10111001 10110 1101101 0 1011000 101001 11011 101001000 1001111 101001

Color Harmonies of #B9166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9166D

Black with #B9166D

Text Example


Text Example

White with #B9166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9166D; }

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

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

background-color css

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

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

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

border-color css

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

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

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