#BF004A

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

Shades of Jazzberry Jam #BF004A

Tints of Jazzberry Jam #BF004A

Color information

#BF004A (or 0xBF004A) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 00 and 4A. RGB value is (191,0,74). Sum of RGB (Red+Green+Blue) = 191+0+74=265 (35% of max value = 765). Red value is 191 (75% from 255 or 72.08% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 191 - color contains mainly: red. Hex color #BF004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF004A is #40FFB5. Grayscale: #414141. Windows color (decimal): -4259766 or 4849855. OLE color: 4849855.

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

Color convert

RGB191074-
CMYK010.610.25
HSL336.75º100%37.45%-
HSV(B)336.75º100%74.9%-
XYZ22.7211.577.51-
YUV65.54132.78217.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 72.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 27.92%
R=72.08%
G=0%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191074010.610.25336.7510037.45
HexBF04A0643D191516425
Octal27701120144753152114445
Binary101111110100101001100100111101110011010100011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF004A; }

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

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

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

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

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

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

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

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