#BF006A

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

Shades of Jazzberry Jam #BF006A

Tints of Jazzberry Jam #BF006A

Color information

#BF006A (or 0xBF006A) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 00 and 6A. RGB value is (191,0,106). Sum of RGB (Red+Green+Blue) = 191+0+106=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF006A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF006A is #40FF95. Grayscale: #444444. Windows color (decimal): -4259734 or 6947007. OLE color: 6947007.

HSL color Cylindrical-coordinate representation of color #BF006A: hue angle of 326.7º 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 #BF006A is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB1910106-
CMYK010.450.25
HSL326.7º100%37.45%-
HSV(B)326.7º100%74.9%-
XYZ24.0912.1214.7-
YUV69.19148.78214.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 35.69%
R=64.31%
G=0%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1910106010.450.25326.710037.45
HexBF06A0642D191476425
Octal27701520144553150714445
Binary101111110110101001100100101101110011010001111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF006A; }

 p { color: rgb(191,0,106); }

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

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

 a { background-color: rgb(191,0,106); }

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

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

 span { border-color: rgb(191,0,106); }

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