Html Css Color HEX #B9044A Jazzberry Jam

📋 copy color: '#B9044A'

red 185 ◦ green 4 ◦ blue 74

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

Shades of Jazzberry Jam #B9044A

Tints of Jazzberry Jam #B9044A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.14%

R = 70.34%
G = 1.52%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9044A (or 0xB9044A) is known color: Jazzberry Jam. HEX triplet: B9, 04 and 4A. RGB value is (185,4,74). Sum of RGB (Red+Green+Blue) = 185+4+74=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B9044A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9044A is #46FBB5. Grayscale: #424242. Windows color (decimal): -4651958 or 4850873. OLE color: 4850873.

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

Color convert

RGB 185 4 74 -
CMYK 0 0.98 0.6 0.27
HSL 336.8º 0.96% 0.37% -
HSV(B) 336.8º 0.98% 0.73% -
XYZ 21.29 10.9 7.46 -
YUV 66.1 132.47 212.81 -
System Red Green Blue C M Y K H S L
Decimal 185 4 74 0 0.98 0.6 0.27 336.8 0.96 0.37
Hex B9 4 4A 0 62 3C 1B 151 60 25
Octal 271 4 112 0 142 74 33 521 140 45
Binary 10111001 100 1001010 0 1100010 111100 11011 101010001 1100000 100101

Color Harmonies of #B9044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9044A

Black with #B9044A

Text Example


Text Example

White with #B9044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9044A; }

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

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

background-color css

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

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

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

border-color css

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

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

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