Html Css Color HEX #BD044C Jazzberry Jam

📋 copy color: '#BD044C'

red 189 ◦ green 4 ◦ blue 76

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

Shades of Jazzberry Jam #BD044C

Tints of Jazzberry Jam #BD044C

RGB

 RED value IS 189 (74.22% from 255) = 70.26%

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

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

R = 70.26%
G = 1.49%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD044C (or 0xBD044C) is known color: Jazzberry Jam. HEX triplet: BD, 04 and 4C. RGB value is (189,4,76). Sum of RGB (Red+Green+Blue) = 189+4+76=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD044C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD044C is #42FBB3. Grayscale: #434343. Windows color (decimal): -4389812 or 4981949. OLE color: 4981949.

HSL color Cylindrical-coordinate representation of color #BD044C: hue angle of 336.65º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD044C is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 4 76 -
CMYK 0 0.98 0.60 0.26
HSL 336.65º 0.96% 0.38% -
HSV(B) 336.65º 0.98% 0.74% -
XYZ 22.33 11.43 7.87 -
YUV 67.52 132.79 214.65 -
System Red Green Blue C M Y K H S L
Decimal 189 4 76 0 0.98 0.60 0.26 336.65 0.96 0.38
Hex BD 4 4C 0 62 3C 1A 151 60 26
Octal 275 4 114 0 142 74 32 521 140 46
Binary 10111101 100 1001100 0 1100010 111100 11010 101010001 1100000 100110

Color Harmonies of #BD044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD044C

Black with #BD044C

Text Example


Text Example

White with #BD044C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD044C; }

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

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

background-color css

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

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

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

border-color css

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

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

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