#BD185C

Color #BD185C Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #BD185C

Tints of Jazzberry Jam #BD185C

Color information

#BD185C (or 0xBD185C) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 18 and 5C. RGB value is (189,24,92). Sum of RGB (Red+Green+Blue) = 189+24+92=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD185C is #42E7A3. Grayscale: #505050. Windows color (decimal): -4384676 or 6035645. OLE color: 6035645.

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

Color convert

RGB1892492-
CMYK00.870.510.26
HSL335.27º77.46%41.76%-
HSV(B)335.27º87.3%74.12%-
XYZ23.2412.2411.26-
YUV81.09134.16204.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.97%
GREEN value IS 24 (9.77% from 255) = 7.87%
BLUE value IS 92 (36.33% from 255) = 30.16%
R=61.97%
G=7.87%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189249200.870.510.26335.2777.4641.76
HexBD185C057331A14f4d2a
Octal275301340127633251711552
Binary1011110111000101110001010111110011110101010011111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD185C; }

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

 H1.HeaderClassName
 {
   color: #BD185C;
 }
 .AnyTagClassName
 {
   color: #BD185C;
 }
</style>
background-color css

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

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

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

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

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

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