Html Css Color HEX #BD1458 Jazzberry Jam

📋 copy color: '#BD1458'

red 189 ◦ green 20 ◦ blue 88

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

Shades of Jazzberry Jam #BD1458

Tints of Jazzberry Jam #BD1458

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.73%

 BLUE value IS 88 (34.77% from 255) = 29.63%

R = 63.64%
G = 6.73%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BD1458 (or 0xBD1458) is known color: Jazzberry Jam. HEX triplet: BD, 14 and 58. RGB value is (189,20,88). Sum of RGB (Red+Green+Blue) = 189+20+88=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1458 is #42EBA7. Grayscale: #4E4E4E. Windows color (decimal): -4385704 or 5772477. OLE color: 5772477.

HSL color Cylindrical-coordinate representation of color #BD1458: hue angle of 335.86º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1458 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 20 88 -
CMYK 0 0.89 0.53 0.26
HSL 335.86º 0.81% 0.41% -
HSV(B) 335.86º 0.89% 0.74% -
XYZ 23 12.02 10.34 -
YUV 78.28 133.49 206.97 -
System Red Green Blue C M Y K H S L
Decimal 189 20 88 0 0.89 0.53 0.26 335.86 0.81 0.41
Hex BD 14 58 0 59 35 1A 150 51 29
Octal 275 24 130 0 131 65 32 520 121 51
Binary 10111101 10100 1011000 0 1011001 110101 11010 101010000 1010001 101001

Color Harmonies of #BD1458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1458

Black with #BD1458

Text Example


Text Example

White with #BD1458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1458; }

 p { color: rgb(189,20,88); }

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

background-color css

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

 a { background-color: rgb(189,20,88); }

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

border-color css

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

 span { border-color: rgb(189,20,88); }

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