Html Css Color HEX #BD185A Jazzberry Jam

📋 copy color: '#BD185A'

red 189 ◦ green 24 ◦ blue 90

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

Shades of Jazzberry Jam #BD185A

Tints of Jazzberry Jam #BD185A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.7%

R = 62.38%
G = 7.92%
B = 29.7%

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

#BD185A (or 0xBD185A) is known color: Jazzberry Jam. HEX triplet: BD, 18 and 5A. RGB value is (189,24,90). Sum of RGB (Red+Green+Blue) = 189+24+90=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD185A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD185A is #42E7A5. Grayscale: #505050. Windows color (decimal): -4384678 or 5904573. OLE color: 5904573.

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

Color convert

RGB 189 24 90 -
CMYK 0 0.87 0.52 0.26
HSL 336º 0.77% 0.42% -
HSV(B) 336º 0.87% 0.74% -
XYZ 23.16 12.21 10.81 -
YUV 80.86 133.16 205.13 -
System Red Green Blue C M Y K H S L
Decimal 189 24 90 0 0.87 0.52 0.26 336 0.77 0.42
Hex BD 18 5A 0 57 34 1A 150 4D 2A
Octal 275 30 132 0 127 64 32 520 115 52
Binary 10111101 11000 1011010 0 1010111 110100 11010 101010000 1001101 101010

Color Harmonies of #BD185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD185A

Black with #BD185A

Text Example


Text Example

White with #BD185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD185A; }

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

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

background-color css

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

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

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

border-color css

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

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

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