Html Css Color HEX #BD044D Jazzberry Jam

📋 copy color: '#BD044D'

red 189 ◦ green 4 ◦ blue 77

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

Shades of Jazzberry Jam #BD044D

Tints of Jazzberry Jam #BD044D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.52%

R = 70%
G = 1.48%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD044D (or 0xBD044D) is known color: Jazzberry Jam. HEX triplet: BD, 04 and 4D. RGB value is (189,4,77). Sum of RGB (Red+Green+Blue) = 189+4+77=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD044D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD044D is #42FBB2. Grayscale: #434343. Windows color (decimal): -4389811 or 5047485. OLE color: 5047485.

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

Color convert

RGB 189 4 77 -
CMYK 0 0.98 0.59 0.26
HSL 336.32º 0.96% 0.38% -
HSV(B) 336.32º 0.98% 0.74% -
XYZ 22.37 11.44 8.05 -
YUV 67.64 133.29 214.56 -
System Red Green Blue C M Y K H S L
Decimal 189 4 77 0 0.98 0.59 0.26 336.32 0.96 0.38
Hex BD 4 4D 0 62 3B 1A 150 60 26
Octal 275 4 115 0 142 73 32 520 140 46
Binary 10111101 100 1001101 0 1100010 111011 11010 101010000 1100000 100110

Color Harmonies of #BD044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD044D

Black with #BD044D

Text Example


Text Example

White with #BD044D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD044D; }

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

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

background-color css

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

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

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

border-color css

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

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

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