#BD0862

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

Shades of Jazzberry Jam #BD0862

Tints of Jazzberry Jam #BD0862

Color information

#BD0862 (or 0xBD0862) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 08 and 62. RGB value is (189,8,98). Sum of RGB (Red+Green+Blue) = 189+8+98=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0862 is #42F79D. Grayscale: #484848. Windows color (decimal): -4388766 or 6424765. OLE color: 6424765.

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

Color convert

RGB189898-
CMYK00.960.480.26
HSL330.17º91.88%38.63%-
HSV(B)330.17º95.77%74.12%-
XYZ23.2811.8712.62-
YUV72.38142.47211.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.07%
GREEN value IS 8 (3.52% from 255) = 2.71%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=64.07%
G=2.71%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18989800.960.480.26330.1791.8838.63
HexBD862060301A14a5c27
Octal275101420140603251213447
Binary101111011000110001001100000110000110101010010101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0862; }

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

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

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

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

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

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

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

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