Html Css Color HEX #B9206A Jazzberry Jam

📋 copy color: '#B9206A'

red 185 ◦ green 32 ◦ blue 106

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

Shades of Jazzberry Jam #B9206A

Tints of Jazzberry Jam #B9206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.82%

R = 57.28%
G = 9.91%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9206A (or 0xB9206A) is known color: Jazzberry Jam. HEX triplet: B9, 20 and 6A. RGB value is (185,32,106). Sum of RGB (Red+Green+Blue) = 185+32+106=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B9206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9206A is #46DF95. Grayscale: #565656. Windows color (decimal): -4644758 or 6955193. OLE color: 6955193.

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

Color convert

RGB 185 32 106 -
CMYK 0 0.83 0.43 0.27
HSL 330.98º 0.71% 0.43% -
HSV(B) 330.98º 0.83% 0.73% -
XYZ 23.13 12.39 14.81 -
YUV 86.18 139.19 198.48 -
System Red Green Blue C M Y K H S L
Decimal 185 32 106 0 0.83 0.43 0.27 330.98 0.71 0.43
Hex B9 20 6A 0 53 2B 1B 14B 47 2B
Octal 271 40 152 0 123 53 33 513 107 53
Binary 10111001 100000 1101010 0 1010011 101011 11011 101001011 1000111 101011

Color Harmonies of #B9206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9206A

Black with #B9206A

Text Example


Text Example

White with #B9206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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