Html Css Color HEX #B9046D Jazzberry Jam

📋 copy color: '#B9046D'

red 185 ◦ green 4 ◦ blue 109

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

Shades of Jazzberry Jam #B9046D

Tints of Jazzberry Jam #B9046D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.58%

R = 62.08%
G = 1.34%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9046D (or 0xB9046D) is known color: Jazzberry Jam. HEX triplet: B9, 04 and 6D. RGB value is (185,4,109). Sum of RGB (Red+Green+Blue) = 185+4+109=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B9046D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9046D is #46FB92. Grayscale: #454545. Windows color (decimal): -4651923 or 7144633. OLE color: 7144633.

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

Color convert

RGB 185 4 109 -
CMYK 0 0.98 0.41 0.27
HSL 325.19º 0.96% 0.37% -
HSV(B) 325.19º 0.98% 0.73% -
XYZ 22.81 11.51 15.49 -
YUV 70.09 149.97 209.96 -
System Red Green Blue C M Y K H S L
Decimal 185 4 109 0 0.98 0.41 0.27 325.19 0.96 0.37
Hex B9 4 6D 0 62 29 1B 145 60 25
Octal 271 4 155 0 142 51 33 505 140 45
Binary 10111001 100 1101101 0 1100010 101001 11011 101000101 1100000 100101

Color Harmonies of #B9046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9046D

Black with #B9046D

Text Example


Text Example

White with #B9046D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9046D; }

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

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

background-color css

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

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

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

border-color css

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

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

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