#bd1c69

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

Shades of Jazzberry Jam #BD1C69

Tints of Jazzberry Jam #BD1C69

Color information

#BD1C69 (or 0xBD1C69) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 1C and 69. RGB value is (189,28,105). Sum of RGB (Red+Green+Blue) = 189+28+105=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1C69 is #42E396. Grayscale: #545454. Windows color (decimal): -4383639 or 6888637. OLE color: 6888637.

HSL color Cylindrical-coordinate representation of color #BD1C69: hue angle of 331.3º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1C69 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB18928105-
CMYK00.850.440.26
HSL331.3º74.19%42.55%-
HSV(B)331.3º85.19%74.12%-
XYZ23.9512.6714.55-
YUV84.92139.34202.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.70%
GREEN value IS 28 (11.33% from 255) = 8.70%
BLUE value IS 105 (41.41% from 255) = 32.61%
R=58.70%
G=8.70%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892810500.850.440.26331.374.1942.55
HexBD1C690552C1A14b4a2b
Octal275341510125543251311253
Binary1011110111100110100101010101101100110101010010111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd1c69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd1c69; }

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

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

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

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

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

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

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

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