Html Css Color HEX #BD034A Jazzberry Jam

📋 copy color: '#BD034A'

red 189 ◦ green 3 ◦ blue 74

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

Shades of Jazzberry Jam #BD034A

Tints of Jazzberry Jam #BD034A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

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

R = 71.05%
G = 1.13%
B = 27.82%

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

#BD034A (or 0xBD034A) is known color: Jazzberry Jam. HEX triplet: BD, 03 and 4A. RGB value is (189,3,74). Sum of RGB (Red+Green+Blue) = 189+3+74=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD034A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD034A is #42FCB5. Grayscale: #424242. Windows color (decimal): -4390070 or 4850621. OLE color: 4850621.

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

Color convert

RGB 189 3 74 -
CMYK 0 0.98 0.61 0.26
HSL 337.1º 0.97% 0.38% -
HSV(B) 337.1º 0.98% 0.74% -
XYZ 22.25 11.38 7.5 -
YUV 66.71 132.12 215.23 -
System Red Green Blue C M Y K H S L
Decimal 189 3 74 0 0.98 0.61 0.26 337.1 0.97 0.38
Hex BD 3 4A 0 62 3D 1A 151 61 26
Octal 275 3 112 0 142 75 32 521 141 46
Binary 10111101 11 1001010 0 1100010 111101 11010 101010001 1100001 100110

Color Harmonies of #BD034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD034A

Black with #BD034A

Text Example


Text Example

White with #BD034A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD034A; }

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

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

background-color css

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

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

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

border-color css

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

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

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