#BD066E

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

Shades of Jazzberry Jam #BD066E

Tints of Jazzberry Jam #BD066E

Color information

#BD066E (or 0xBD066E) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 06 and 6E. RGB value is (189,6,110). Sum of RGB (Red+Green+Blue) = 189+6+110=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD066E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD066E is #42F991. Grayscale: #484848. Windows color (decimal): -4389266 or 7210685. OLE color: 7210685.

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

Color convert

RGB1896110-
CMYK00.970.420.26
HSL325.9º93.85%38.24%-
HSV(B)325.9º96.83%74.12%-
XYZ23.8712.0715.82-
YUV72.57149.13211.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.97%
GREEN value IS 6 (2.73% from 255) = 1.97%
BLUE value IS 110 (43.36% from 255) = 36.07%
R=61.97%
G=1.97%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189611000.970.420.26325.993.8538.24
HexBD66E0612A1A1465e26
Octal27561560141523250613646
Binary10111101110110111001100001101010110101010001101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD066E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD066E; }

 p { color: rgb(189,6,110); }

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

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

 a { background-color: rgb(189,6,110); }

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

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

 span { border-color: rgb(189,6,110); }

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