Html Css Color HEX #BD014D Jazzberry Jam

📋 copy color: '#BD014D'

red 189 ◦ green 1 ◦ blue 77

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

Shades of Jazzberry Jam #BD014D

Tints of Jazzberry Jam #BD014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 70.79%
G = 0.37%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD014D (or 0xBD014D) is known color: Jazzberry Jam. HEX triplet: BD, 01 and 4D. RGB value is (189,1,77). Sum of RGB (Red+Green+Blue) = 189+1+77=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD014D is #42FEB2. Grayscale: #414141. Windows color (decimal): -4390579 or 5046717. OLE color: 5046717.

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

Color convert

RGB 189 1 77 -
CMYK 0 0.99 0.59 0.26
HSL 335.74º 0.99% 0.37% -
HSV(B) 335.74º 0.99% 0.74% -
XYZ 22.34 11.38 8.04 -
YUV 65.88 134.28 215.82 -
System Red Green Blue C M Y K H S L
Decimal 189 1 77 0 0.99 0.59 0.26 335.74 0.99 0.37
Hex BD 1 4D 0 63 3B 1A 150 63 25
Octal 275 1 115 0 143 73 32 520 143 45
Binary 10111101 1 1001101 0 1100011 111011 11010 101010000 1100011 100101

Color Harmonies of #BD014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD014D

Black with #BD014D

Text Example


Text Example

White with #BD014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD014D; }

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

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

background-color css

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

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

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

border-color css

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

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

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