Html Css Color HEX #BD185B Jazzberry Jam

📋 copy color: '#BD185B'

red 189 ◦ green 24 ◦ blue 91

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

Shades of Jazzberry Jam #BD185B

Tints of Jazzberry Jam #BD185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.89%

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

R = 62.17%
G = 7.89%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD185B (or 0xBD185B) is known color: Jazzberry Jam. HEX triplet: BD, 18 and 5B. RGB value is (189,24,91). Sum of RGB (Red+Green+Blue) = 189+24+91=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD185B is #42E7A4. Grayscale: #505050. Windows color (decimal): -4384677 or 5970109. OLE color: 5970109.

HSL color Cylindrical-coordinate representation of color #BD185B: hue angle of 335.64º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD185B is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 24 91 -
CMYK 0 0.87 0.52 0.26
HSL 335.64º 0.77% 0.42% -
HSV(B) 335.64º 0.87% 0.74% -
XYZ 23.2 12.23 11.03 -
YUV 80.97 133.66 205.05 -
System Red Green Blue C M Y K H S L
Decimal 189 24 91 0 0.87 0.52 0.26 335.64 0.77 0.42
Hex BD 18 5B 0 57 34 1A 150 4D 2A
Octal 275 30 133 0 127 64 32 520 115 52
Binary 10111101 11000 1011011 0 1010111 110100 11010 101010000 1001101 101010

Color Harmonies of #BD185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD185B

Black with #BD185B

Text Example


Text Example

White with #BD185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD185B; }

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

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

background-color css

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

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

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

border-color css

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

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

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