Html Css Color HEX #B9206C Jazzberry Jam

📋 copy color: '#B9206C'

red 185 ◦ green 32 ◦ blue 108

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

Shades of Jazzberry Jam #B9206C

Tints of Jazzberry Jam #B9206C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.85%

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 56.92%
G = 9.85%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9206C (or 0xB9206C) is known color: Jazzberry Jam. HEX triplet: B9, 20 and 6C. RGB value is (185,32,108). Sum of RGB (Red+Green+Blue) = 185+32+108=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B9206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9206C is #46DF93. Grayscale: #565656. Windows color (decimal): -4644756 or 7086265. OLE color: 7086265.

HSL color Cylindrical-coordinate representation of color #B9206C: hue angle of 330.2º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9206C is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 32 108 -
CMYK 0 0.83 0.42 0.27
HSL 330.2º 0.71% 0.43% -
HSV(B) 330.2º 0.83% 0.73% -
XYZ 23.23 12.43 15.36 -
YUV 86.41 140.19 198.32 -
System Red Green Blue C M Y K H S L
Decimal 185 32 108 0 0.83 0.42 0.27 330.2 0.71 0.43
Hex B9 20 6C 0 53 2A 1B 14A 47 2B
Octal 271 40 154 0 123 52 33 512 107 53
Binary 10111001 100000 1101100 0 1010011 101010 11011 101001010 1000111 101011

Color Harmonies of #B9206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9206C

Black with #B9206C

Text Example


Text Example

White with #B9206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9206C; }

 p { color: rgb(185,32,108); }

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

background-color css

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

 a { background-color: rgb(185,32,108); }

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

border-color css

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

 span { border-color: rgb(185,32,108); }

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