Html Css Color HEX #B9045B Jazzberry Jam

📋 copy color: '#B9045B'

red 185 ◦ green 4 ◦ blue 91

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

Shades of Jazzberry Jam #B9045B

Tints of Jazzberry Jam #B9045B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

 BLUE value IS 91 (35.94% from 255) = 32.5%

R = 66.07%
G = 1.43%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9045B (or 0xB9045B) is known color: Jazzberry Jam. HEX triplet: B9, 04 and 5B. RGB value is (185,4,91). Sum of RGB (Red+Green+Blue) = 185+4+91=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B9045B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9045B is #46FBA4. Grayscale: #434343. Windows color (decimal): -4651941 or 5964985. OLE color: 5964985.

HSL color Cylindrical-coordinate representation of color #B9045B: hue angle of 331.16º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9045B is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 4 91 -
CMYK 0 0.98 0.51 0.27
HSL 331.16º 0.96% 0.37% -
HSV(B) 331.16º 0.98% 0.73% -
XYZ 21.94 11.16 10.89 -
YUV 68.04 140.97 211.43 -
System Red Green Blue C M Y K H S L
Decimal 185 4 91 0 0.98 0.51 0.27 331.16 0.96 0.37
Hex B9 4 5B 0 62 33 1B 14B 60 25
Octal 271 4 133 0 142 63 33 513 140 45
Binary 10111001 100 1011011 0 1100010 110011 11011 101001011 1100000 100101

Color Harmonies of #B9045B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9045B

Black with #B9045B

Text Example


Text Example

White with #B9045B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9045B; }

 p { color: rgb(185,4,91); }

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

background-color css

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

 a { background-color: rgb(185,4,91); }

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

border-color css

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

 span { border-color: rgb(185,4,91); }

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