#BD0062

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

Shades of Jazzberry Jam #BD0062

Tints of Jazzberry Jam #BD0062

Color information

#BD0062 (or 0xBD0062) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 00 and 62. RGB value is (189,0,98). Sum of RGB (Red+Green+Blue) = 189+0+98=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0062 is #42FF9D. Grayscale: #434343. Windows color (decimal): -4390814 or 6422717. OLE color: 6422717.

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

Color convert

RGB189098-
CMYK010.480.26
HSL328.89º100%37.06%-
HSV(B)328.89º100%74.12%-
XYZ23.1911.712.59-
YUV67.68145.12214.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 65.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=65.85%
G=0%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189098010.480.26328.8910037.06
HexBD062064301A1496425
Octal27501420144603251114445
Binary101111010110001001100100110000110101010010011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0062; }

 p { color: rgb(189,0,98); }

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

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

 a { background-color: rgb(189,0,98); }

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

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

 span { border-color: rgb(189,0,98); }

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