Html Css Color HEX #B9054C Jazzberry Jam

📋 copy color: '#B9054C'

red 185 ◦ green 5 ◦ blue 76

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

Shades of Jazzberry Jam #B9054C

Tints of Jazzberry Jam #B9054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.88%

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

R = 69.55%
G = 1.88%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9054C (or 0xB9054C) is known color: Jazzberry Jam. HEX triplet: B9, 05 and 4C. RGB value is (185,5,76). Sum of RGB (Red+Green+Blue) = 185+5+76=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B9054C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9054C is #46FAB3. Grayscale: #424242. Windows color (decimal): -4651700 or 4982201. OLE color: 4982201.

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

Color convert

RGB 185 5 76 -
CMYK 0 0.97 0.59 0.27
HSL 336.33º 0.95% 0.37% -
HSV(B) 336.33º 0.97% 0.73% -
XYZ 21.37 10.94 7.82 -
YUV 66.91 133.13 212.23 -
System Red Green Blue C M Y K H S L
Decimal 185 5 76 0 0.97 0.59 0.27 336.33 0.95 0.37
Hex B9 5 4C 0 61 3B 1B 150 5F 25
Octal 271 5 114 0 141 73 33 520 137 45
Binary 10111001 101 1001100 0 1100001 111011 11011 101010000 1011111 100101

Color Harmonies of #B9054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9054C

Black with #B9054C

Text Example


Text Example

White with #B9054C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9054C; }

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

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

background-color css

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

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

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

border-color css

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

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

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