Html Css Color HEX #B9166B Jazzberry Jam

📋 copy color: '#B9166B'

red 185 ◦ green 22 ◦ blue 107

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

Shades of Jazzberry Jam #B9166B

Tints of Jazzberry Jam #B9166B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.08%

R = 58.92%
G = 7.01%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9166B (or 0xB9166B) is known color: Jazzberry Jam. HEX triplet: B9, 16 and 6B. RGB value is (185,22,107). Sum of RGB (Red+Green+Blue) = 185+22+107=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9166B is #46E994. Grayscale: #505050. Windows color (decimal): -4647317 or 7018169. OLE color: 7018169.

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

Color convert

RGB 185 22 107 -
CMYK 0 0.88 0.42 0.27
HSL 328.71º 0.79% 0.41% -
HSV(B) 328.71º 0.88% 0.73% -
XYZ 22.95 11.95 15.01 -
YUV 80.43 143 202.59 -
System Red Green Blue C M Y K H S L
Decimal 185 22 107 0 0.88 0.42 0.27 328.71 0.79 0.41
Hex B9 16 6B 0 58 2A 1B 149 4F 29
Octal 271 26 153 0 130 52 33 511 117 51
Binary 10111001 10110 1101011 0 1011000 101010 11011 101001001 1001111 101001

Color Harmonies of #B9166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9166B

Black with #B9166B

Text Example


Text Example

White with #B9166B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9166B; }

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

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

background-color css

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

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

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

border-color css

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

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

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