Html Css Color HEX #BD074D Jazzberry Jam

📋 copy color: '#BD074D'

red 189 ◦ green 7 ◦ blue 77

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

Shades of Jazzberry Jam #BD074D

Tints of Jazzberry Jam #BD074D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.56%

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

R = 69.23%
G = 2.56%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD074D (or 0xBD074D) is known color: Jazzberry Jam. HEX triplet: BD, 07 and 4D. RGB value is (189,7,77). Sum of RGB (Red+Green+Blue) = 189+7+77=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD074D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD074D is #42F8B2. Grayscale: #454545. Windows color (decimal): -4389043 or 5048253. OLE color: 5048253.

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

Color convert

RGB 189 7 77 -
CMYK 0 0.96 0.59 0.26
HSL 336.92º 0.93% 0.38% -
HSV(B) 336.92º 0.96% 0.74% -
XYZ 22.4 11.51 8.06 -
YUV 69.4 132.3 213.31 -
System Red Green Blue C M Y K H S L
Decimal 189 7 77 0 0.96 0.59 0.26 336.92 0.93 0.38
Hex BD 7 4D 0 60 3B 1A 151 5D 26
Octal 275 7 115 0 140 73 32 521 135 46
Binary 10111101 111 1001101 0 1100000 111011 11010 101010001 1011101 100110

Color Harmonies of #BD074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD074D

Black with #BD074D

Text Example


Text Example

White with #BD074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD074D; }

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

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

background-color css

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

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

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

border-color css

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

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

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