Html Css Color HEX #BD074F Jazzberry Jam

📋 copy color: '#BD074F'

red 189 ◦ green 7 ◦ blue 79

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

Shades of Jazzberry Jam #BD074F

Tints of Jazzberry Jam #BD074F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.73%

R = 68.73%
G = 2.55%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD074F (or 0xBD074F) is known color: Jazzberry Jam. HEX triplet: BD, 07 and 4F. RGB value is (189,7,79). Sum of RGB (Red+Green+Blue) = 189+7+79=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD074F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD074F is #42F8B0. Grayscale: #454545. Windows color (decimal): -4389041 or 5179325. OLE color: 5179325.

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

Color convert

RGB 189 7 79 -
CMYK 0 0.96 0.58 0.26
HSL 336.26º 0.93% 0.38% -
HSV(B) 336.26º 0.96% 0.74% -
XYZ 22.47 11.54 8.44 -
YUV 69.63 133.3 213.15 -
System Red Green Blue C M Y K H S L
Decimal 189 7 79 0 0.96 0.58 0.26 336.26 0.93 0.38
Hex BD 7 4F 0 60 3A 1A 150 5D 26
Octal 275 7 117 0 140 72 32 520 135 46
Binary 10111101 111 1001111 0 1100000 111010 11010 101010000 1011101 100110

Color Harmonies of #BD074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD074F

Black with #BD074F

Text Example


Text Example

White with #BD074F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD074F; }

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

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

background-color css

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

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

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

border-color css

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

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

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