#BE006B

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

Shades of Jazzberry Jam #BE006B

Tints of Jazzberry Jam #BE006B

Color information

#BE006B (or 0xBE006B) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 00 and 6B. RGB value is (190,0,107). Sum of RGB (Red+Green+Blue) = 190+0+107=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE006B is #41FF94. Grayscale: #444444. Windows color (decimal): -4325269 or 7012542. OLE color: 7012542.

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

Color convert

RGB1900107-
CMYK010.440.25
HSL326.21º100%37.25%-
HSV(B)326.21º100%74.51%-
XYZ23.8912.0114.97-
YUV69.01149.45214.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 36.03%
R=63.97%
G=0%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1900107010.440.25326.2110037.25
HexBE06B0642C191466425
Octal27601530144543150614445
Binary101111100110101101100100101100110011010001101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE006B; }

 p { color: rgb(190,0,107); }

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

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

 a { background-color: rgb(190,0,107); }

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

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

 span { border-color: rgb(190,0,107); }

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