Html Css Color HEX #BD044A Jazzberry Jam

📋 copy color: '#BD044A'

red 189 ◦ green 4 ◦ blue 74

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

Shades of Jazzberry Jam #BD044A

Tints of Jazzberry Jam #BD044A

RGB

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

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

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

R = 70.79%
G = 1.5%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD044A (or 0xBD044A) is known color: Jazzberry Jam. HEX triplet: BD, 04 and 4A. RGB value is (189,4,74). Sum of RGB (Red+Green+Blue) = 189+4+74=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD044A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD044A is #42FBB5. Grayscale: #434343. Windows color (decimal): -4389814 or 4850877. OLE color: 4850877.

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

Color convert

RGB 189 4 74 -
CMYK 0 0.98 0.61 0.26
HSL 337.3º 0.96% 0.38% -
HSV(B) 337.3º 0.98% 0.74% -
XYZ 22.27 11.4 7.51 -
YUV 67.3 131.79 214.81 -
System Red Green Blue C M Y K H S L
Decimal 189 4 74 0 0.98 0.61 0.26 337.3 0.96 0.38
Hex BD 4 4A 0 62 3D 1A 151 60 26
Octal 275 4 112 0 142 75 32 521 140 46
Binary 10111101 100 1001010 0 1100010 111101 11010 101010001 1100000 100110

Color Harmonies of #BD044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD044A

Black with #BD044A

Text Example


Text Example

White with #BD044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD044A; }

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

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

background-color css

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

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

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

border-color css

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

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

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