#BD0367

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

Shades of Jazzberry Jam #BD0367

Tints of Jazzberry Jam #BD0367

Color information

#BD0367 (or 0xBD0367) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 03 and 67. RGB value is (189,3,103). Sum of RGB (Red+Green+Blue) = 189+3+103=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0367 is #42FC98. Grayscale: #454545. Windows color (decimal): -4390041 or 6751165. OLE color: 6751165.

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

Color convert

RGB1893103-
CMYK00.980.460.26
HSL327.74º96.88%37.65%-
HSV(B)327.74º98.41%74.12%-
XYZ23.4711.8613.88-
YUV70.01146.62212.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.07%
GREEN value IS 3 (1.56% from 255) = 1.02%
BLUE value IS 103 (40.62% from 255) = 34.92%
R=64.07%
G=1.02%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189310300.980.460.26327.7496.8837.65
HexBD3670622E1A1486126
Octal27531470142563251014146
Binary1011110111110011101100010101110110101010010001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0367; }

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

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

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

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

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

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

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

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