#BD0D67

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

Shades of Jazzberry Jam #BD0D67

Tints of Jazzberry Jam #BD0D67

Color information

#BD0D67 (or 0xBD0D67) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 0D and 67. RGB value is (189,13,103). Sum of RGB (Red+Green+Blue) = 189+13+103=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0D67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0D67 is #42F298. Grayscale: #4B4B4B. Windows color (decimal): -4387481 or 6753725. OLE color: 6753725.

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

Color convert

RGB18913103-
CMYK00.930.460.26
HSL329.32º87.13%39.61%-
HSV(B)329.32º93.12%74.12%-
XYZ23.5812.0913.92-
YUV75.88143.31208.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.97%
GREEN value IS 13 (5.47% from 255) = 4.26%
BLUE value IS 103 (40.62% from 255) = 33.77%
R=61.97%
G=4.26%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891310300.930.460.26329.3287.1339.61
HexBDD6705D2E1A1495728
Octal275151470135563251112750
Binary101111011101110011101011101101110110101010010011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0D67; }

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

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

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

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

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

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

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

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