Html Css Color HEX #BD155D Jazzberry Jam

📋 copy color: '#BD155D'

red 189 ◦ green 21 ◦ blue 93

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

Shades of Jazzberry Jam #BD155D

Tints of Jazzberry Jam #BD155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.93%

 BLUE value IS 93 (36.72% from 255) = 30.69%

R = 62.38%
G = 6.93%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD155D (or 0xBD155D) is known color: Jazzberry Jam. HEX triplet: BD, 15 and 5D. RGB value is (189,21,93). Sum of RGB (Red+Green+Blue) = 189+21+93=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD155D is #42EAA2. Grayscale: #4F4F4F. Windows color (decimal): -4385443 or 6100413. OLE color: 6100413.

HSL color Cylindrical-coordinate representation of color #BD155D: hue angle of 334.29º degrees, saturation: 0.8, 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 #BD155D is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 21 93 -
CMYK 0 0.89 0.51 0.26
HSL 334.29º 0.8% 0.41% -
HSV(B) 334.29º 0.89% 0.74% -
XYZ 23.23 12.15 11.48 -
YUV 79.44 135.66 206.15 -
System Red Green Blue C M Y K H S L
Decimal 189 21 93 0 0.89 0.51 0.26 334.29 0.8 0.41
Hex BD 15 5D 0 59 33 1A 14E 50 29
Octal 275 25 135 0 131 63 32 516 120 51
Binary 10111101 10101 1011101 0 1011001 110011 11010 101001110 1010000 101001

Color Harmonies of #BD155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD155D

Black with #BD155D

Text Example


Text Example

White with #BD155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD155D; }

 p { color: rgb(189,21,93); }

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

background-color css

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

 a { background-color: rgb(189,21,93); }

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

border-color css

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

 span { border-color: rgb(189,21,93); }

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