Html Css Color HEX #B9044C Jazzberry Jam

📋 copy color: '#B9044C'

red 185 ◦ green 4 ◦ blue 76

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

Shades of Jazzberry Jam #B9044C

Tints of Jazzberry Jam #B9044C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.68%

R = 69.81%
G = 1.51%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9044C (or 0xB9044C) is known color: Jazzberry Jam. HEX triplet: B9, 04 and 4C. RGB value is (185,4,76). Sum of RGB (Red+Green+Blue) = 185+4+76=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B9044C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9044C is #46FBB3. Grayscale: #424242. Windows color (decimal): -4651956 or 4981945. OLE color: 4981945.

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

Color convert

RGB 185 4 76 -
CMYK 0 0.98 0.59 0.27
HSL 336.13º 0.96% 0.37% -
HSV(B) 336.13º 0.98% 0.73% -
XYZ 21.36 10.92 7.82 -
YUV 66.33 133.47 212.65 -
System Red Green Blue C M Y K H S L
Decimal 185 4 76 0 0.98 0.59 0.27 336.13 0.96 0.37
Hex B9 4 4C 0 62 3B 1B 150 60 25
Octal 271 4 114 0 142 73 33 520 140 45
Binary 10111001 100 1001100 0 1100010 111011 11011 101010000 1100000 100101

Color Harmonies of #B9044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9044C

Black with #B9044C

Text Example


Text Example

White with #B9044C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9044C; }

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

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

background-color css

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

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

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

border-color css

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

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

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