#BF085A

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

Shades of Jazzberry Jam #BF085A

Tints of Jazzberry Jam #BF085A

Color information

#BF085A (or 0xBF085A) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 08 and 5A. RGB value is (191,8,90). Sum of RGB (Red+Green+Blue) = 191+8+90=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF085A is #40F7A5. Grayscale: #474747. Windows color (decimal): -4257702 or 5900479. OLE color: 5900479.

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

Color convert

RGB191890-
CMYK00.960.530.25
HSL333.11º91.96%39.02%-
HSV(B)333.11º95.81%74.9%-
XYZ23.4211.9910.75-
YUV72.06138.13212.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.09%
GREEN value IS 8 (3.52% from 255) = 2.77%
BLUE value IS 90 (35.55% from 255) = 31.14%
R=66.09%
G=2.77%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19189000.960.530.25333.1191.9639.02
HexBF85A060351914d5c27
Octal277101320140653151513447
Binary101111111000101101001100000110101110011010011011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF085A; }

 p { color: rgb(191,8,90); }

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

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

 a { background-color: rgb(191,8,90); }

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

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

 span { border-color: rgb(191,8,90); }

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