#BD1869

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

Shades of Jazzberry Jam #BD1869

Tints of Jazzberry Jam #BD1869

Color information

#BD1869 (or 0xBD1869) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 18 and 69. RGB value is (189,24,105). Sum of RGB (Red+Green+Blue) = 189+24+105=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1869 is #42E796. Grayscale: #525252. Windows color (decimal): -4384663 or 6887613. OLE color: 6887613.

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

Color convert

RGB18924105-
CMYK00.870.440.26
HSL330.55º77.46%41.76%-
HSV(B)330.55º87.3%74.12%-
XYZ23.8612.4914.52-
YUV82.57140.66203.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.43%
GREEN value IS 24 (9.77% from 255) = 7.55%
BLUE value IS 105 (41.41% from 255) = 33.02%
R=59.43%
G=7.55%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892410500.870.440.26330.5577.4641.76
HexBD18690572C1A14b4d2a
Octal275301510127543251311552
Binary1011110111000110100101010111101100110101010010111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1869; }

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

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

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

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

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

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

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

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