Html Css Color HEX #BD155B Jazzberry Jam

📋 copy color: '#BD155B'

red 189 ◦ green 21 ◦ blue 91

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

Shades of Jazzberry Jam #BD155B

Tints of Jazzberry Jam #BD155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.23%

R = 62.79%
G = 6.98%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD155B (or 0xBD155B) is known color: Jazzberry Jam. HEX triplet: BD, 15 and 5B. RGB value is (189,21,91). Sum of RGB (Red+Green+Blue) = 189+21+91=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD155B is #42EAA4. Grayscale: #4F4F4F. Windows color (decimal): -4385445 or 5969341. OLE color: 5969341.

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

Color convert

RGB 189 21 91 -
CMYK 0 0.89 0.52 0.26
HSL 335º 0.8% 0.41% -
HSV(B) 335º 0.89% 0.74% -
XYZ 23.14 12.11 11.02 -
YUV 79.21 134.66 206.31 -
System Red Green Blue C M Y K H S L
Decimal 189 21 91 0 0.89 0.52 0.26 335 0.8 0.41
Hex BD 15 5B 0 59 34 1A 14F 50 29
Octal 275 25 133 0 131 64 32 517 120 51
Binary 10111101 10101 1011011 0 1011001 110100 11010 101001111 1010000 101001

Color Harmonies of #BD155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD155B

Black with #BD155B

Text Example


Text Example

White with #BD155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD155B; }

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

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

background-color css

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

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

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

border-color css

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

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

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