Html Css Color HEX #BD004C Jazzberry Jam

📋 copy color: '#BD004C'

red 189 ◦ green 0 ◦ blue 76

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

Shades of Jazzberry Jam #BD004C

Tints of Jazzberry Jam #BD004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 71.32%
G = 0%
B = 28.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD004C (or 0xBD004C) is known color: Jazzberry Jam. HEX triplet: BD, 00 and 4C. RGB value is (189,0,76). Sum of RGB (Red+Green+Blue) = 189+0+76=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD004C is #42FFB3. Grayscale: #414141. Windows color (decimal): -4390836 or 4980925. OLE color: 4980925.

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

Color convert

RGB 189 0 76 -
CMYK 0 1 0.60 0.26
HSL 335.87º 1% 0.37% -
HSV(B) 335.87º 1% 0.74% -
XYZ 22.29 11.34 7.85 -
YUV 65.18 134.12 216.32 -
System Red Green Blue C M Y K H S L
Decimal 189 0 76 0 1 0.60 0.26 335.87 1 0.37
Hex BD 0 4C 0 64 3C 1A 150 64 25
Octal 275 0 114 0 144 74 32 520 144 45
Binary 10111101 0 1001100 0 1100100 111100 11010 101010000 1100100 100101

Color Harmonies of #BD004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD004C

Black with #BD004C

Text Example


Text Example

White with #BD004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD004C; }

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

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

background-color css

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

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

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

border-color css

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

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

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