Html Css Color HEX #BD014F Jazzberry Jam

📋 copy color: '#BD014F'

red 189 ◦ green 1 ◦ blue 79

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

Shades of Jazzberry Jam #BD014F

Tints of Jazzberry Jam #BD014F

RGB

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

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

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

R = 70.26%
G = 0.37%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD014F (or 0xBD014F) is known color: Jazzberry Jam. HEX triplet: BD, 01 and 4F. RGB value is (189,1,79). Sum of RGB (Red+Green+Blue) = 189+1+79=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD014F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD014F is #42FEB0. Grayscale: #414141. Windows color (decimal): -4390577 or 5177789. OLE color: 5177789.

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

Color convert

RGB 189 1 79 -
CMYK 0 0.99 0.58 0.26
HSL 335.11º 0.99% 0.37% -
HSV(B) 335.11º 0.99% 0.74% -
XYZ 22.41 11.41 8.42 -
YUV 66.1 135.28 215.66 -
System Red Green Blue C M Y K H S L
Decimal 189 1 79 0 0.99 0.58 0.26 335.11 0.99 0.37
Hex BD 1 4F 0 63 3A 1A 14F 63 25
Octal 275 1 117 0 143 72 32 517 143 45
Binary 10111101 1 1001111 0 1100011 111010 11010 101001111 1100011 100101

Color Harmonies of #BD014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD014F

Black with #BD014F

Text Example


Text Example

White with #BD014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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