#BD1A67

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

Shades of Jazzberry Jam #BD1A67

Tints of Jazzberry Jam #BD1A67

Color information

#BD1A67 (or 0xBD1A67) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 1A and 67. RGB value is (189,26,103). Sum of RGB (Red+Green+Blue) = 189+26+103=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1A67 is #42E598. Grayscale: #535353. Windows color (decimal): -4384153 or 6757053. OLE color: 6757053.

HSL color Cylindrical-coordinate representation of color #BD1A67: hue angle of 331.66º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1A67 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB18926103-
CMYK00.860.460.26
HSL331.66º75.81%42.16%-
HSV(B)331.66º86.24%74.12%-
XYZ23.812.5414-
YUV83.52139203.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.43%
GREEN value IS 26 (10.55% from 255) = 8.18%
BLUE value IS 103 (40.62% from 255) = 32.39%
R=59.43%
G=8.18%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892610300.860.460.26331.6675.8142.16
HexBD1A670562E1A14c4c2a
Octal275321470126563251411452
Binary1011110111010110011101010110101110110101010011001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1A67; }

 p { color: rgb(189,26,103); }

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

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

 a { background-color: rgb(189,26,103); }

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

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

 span { border-color: rgb(189,26,103); }

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