Html Css Color HEX #BD0553 Jazzberry Jam

📋 copy color: '#BD0553'

red 189 ◦ green 5 ◦ blue 83

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

Shades of Jazzberry Jam #BD0553

Tints of Jazzberry Jam #BD0553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

 BLUE value IS 83 (32.81% from 255) = 29.96%

R = 68.23%
G = 1.81%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BD0553 (or 0xBD0553) is known color: Jazzberry Jam. HEX triplet: BD, 05 and 53. RGB value is (189,5,83). Sum of RGB (Red+Green+Blue) = 189+5+83=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0553 is #42FAAC. Grayscale: #444444. Windows color (decimal): -4389549 or 5440957. OLE color: 5440957.

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

Color convert

RGB 189 5 83 -
CMYK 0 0.97 0.56 0.26
HSL 334.57º 0.95% 0.38% -
HSV(B) 334.57º 0.97% 0.74% -
XYZ 22.6 11.55 9.22 -
YUV 68.91 135.96 213.66 -
System Red Green Blue C M Y K H S L
Decimal 189 5 83 0 0.97 0.56 0.26 334.57 0.95 0.38
Hex BD 5 53 0 61 38 1A 14F 5F 26
Octal 275 5 123 0 141 70 32 517 137 46
Binary 10111101 101 1010011 0 1100001 111000 11010 101001111 1011111 100110

Color Harmonies of #BD0553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0553

Black with #BD0553

Text Example


Text Example

White with #BD0553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0553; }

 p { color: rgb(189,5,83); }

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

background-color css

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

 a { background-color: rgb(189,5,83); }

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

border-color css

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

 span { border-color: rgb(189,5,83); }

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