#BD1661

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

Shades of Jazzberry Jam #BD1661

Tints of Jazzberry Jam #BD1661

Color information

#BD1661 (or 0xBD1661) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 16 and 61. RGB value is (189,22,97). Sum of RGB (Red+Green+Blue) = 189+22+97=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1661 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1661 is #42E99E. Grayscale: #505050. Windows color (decimal): -4385183 or 6362813. OLE color: 6362813.

HSL color Cylindrical-coordinate representation of color #BD1661: hue angle of 333.05º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1661 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB1892297-
CMYK00.880.490.26
HSL333.05º79.15%41.37%-
HSV(B)333.05º88.36%74.12%-
XYZ23.4312.2612.44-
YUV80.48137.33205.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.36%
GREEN value IS 22 (8.98% from 255) = 7.14%
BLUE value IS 97 (38.28% from 255) = 31.49%
R=61.36%
G=7.14%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189229700.880.490.26333.0579.1541.37
HexBD1661058311A14d4f29
Octal275261410130613251511751
Binary1011110110110110000101011000110001110101010011011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1661; }

 p { color: rgb(189,22,97); }

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

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

 a { background-color: rgb(189,22,97); }

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

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

 span { border-color: rgb(189,22,97); }

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