Html Css Color HEX #BD0557 Jazzberry Jam

📋 copy color: '#BD0557'

red 189 ◦ green 5 ◦ blue 87

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

Shades of Jazzberry Jam #BD0557

Tints of Jazzberry Jam #BD0557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.96%

R = 67.26%
G = 1.78%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD0557 (or 0xBD0557) is known color: Jazzberry Jam. HEX triplet: BD, 05 and 57. RGB value is (189,5,87). Sum of RGB (Red+Green+Blue) = 189+5+87=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0557 is #42FAA8. Grayscale: #454545. Windows color (decimal): -4389545 or 5703101. OLE color: 5703101.

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

Color convert

RGB 189 5 87 -
CMYK 0 0.97 0.54 0.26
HSL 333.26º 0.95% 0.38% -
HSV(B) 333.26º 0.97% 0.74% -
XYZ 22.76 11.62 10.06 -
YUV 69.36 137.96 213.33 -
System Red Green Blue C M Y K H S L
Decimal 189 5 87 0 0.97 0.54 0.26 333.26 0.95 0.38
Hex BD 5 57 0 61 36 1A 14D 5F 26
Octal 275 5 127 0 141 66 32 515 137 46
Binary 10111101 101 1010111 0 1100001 110110 11010 101001101 1011111 100110

Color Harmonies of #BD0557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0557

Black with #BD0557

Text Example


Text Example

White with #BD0557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0557; }

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

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

background-color css

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

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

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

border-color css

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

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

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