Html Css Color HEX #BD014C Jazzberry Jam

📋 copy color: '#BD014C'

red 189 ◦ green 1 ◦ blue 76

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

Shades of Jazzberry Jam #BD014C

Tints of Jazzberry Jam #BD014C

RGB

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

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

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

R = 71.05%
G = 0.38%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD014C (or 0xBD014C) is known color: Jazzberry Jam. HEX triplet: BD, 01 and 4C. RGB value is (189,1,76). Sum of RGB (Red+Green+Blue) = 189+1+76=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD014C is #42FEB3. Grayscale: #414141. Windows color (decimal): -4390580 or 4981181. OLE color: 4981181.

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

Color convert

RGB 189 1 76 -
CMYK 0 0.99 0.60 0.26
HSL 336.06º 0.99% 0.37% -
HSV(B) 336.06º 0.99% 0.74% -
XYZ 22.3 11.36 7.86 -
YUV 65.76 133.78 215.9 -
System Red Green Blue C M Y K H S L
Decimal 189 1 76 0 0.99 0.60 0.26 336.06 0.99 0.37
Hex BD 1 4C 0 63 3C 1A 150 63 25
Octal 275 1 114 0 143 74 32 520 143 45
Binary 10111101 1 1001100 0 1100011 111100 11010 101010000 1100011 100101

Color Harmonies of #BD014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD014C

Black with #BD014C

Text Example


Text Example

White with #BD014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD014C; }

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

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

background-color css

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

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

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

border-color css

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

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

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