Html Css Color HEX #B9226A Jazzberry Jam

📋 copy color: '#B9226A'

red 185 ◦ green 34 ◦ blue 106

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

Shades of Jazzberry Jam #B9226A

Tints of Jazzberry Jam #B9226A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.46%

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

R = 56.92%
G = 10.46%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9226A (or 0xB9226A) is known color: Jazzberry Jam. HEX triplet: B9, 22 and 6A. RGB value is (185,34,106). Sum of RGB (Red+Green+Blue) = 185+34+106=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B9226A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9226A is #46DD95. Grayscale: #575757. Windows color (decimal): -4644246 or 6955705. OLE color: 6955705.

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

Color convert

RGB 185 34 106 -
CMYK 0 0.82 0.43 0.27
HSL 331.39º 0.69% 0.43% -
HSV(B) 331.39º 0.82% 0.73% -
XYZ 23.18 12.5 14.83 -
YUV 87.36 138.53 197.65 -
System Red Green Blue C M Y K H S L
Decimal 185 34 106 0 0.82 0.43 0.27 331.39 0.69 0.43
Hex B9 22 6A 0 52 2B 1B 14B 45 2B
Octal 271 42 152 0 122 53 33 513 105 53
Binary 10111001 100010 1101010 0 1010010 101011 11011 101001011 1000101 101011

Color Harmonies of #B9226A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9226A

Black with #B9226A

Text Example


Text Example

White with #B9226A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9226A; }

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

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

background-color css

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

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

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

border-color css

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

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

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