Html Css Color HEX #BF004A Jazzberry Jam

📋 copy color: '#BF004A'

red 191 ◦ green 0 ◦ blue 74

#BF004A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #BF004A

Tints of Jazzberry Jam #BF004A

RGB

 RED value IS 191 (75% from 255) = 72.08%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 74 (29.3% from 255) = 27.92%

R = 72.08%
G = 0%
B = 27.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF004A (or 0xBF004A) is known color: 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

RGB 191 0 74 -
CMYK 0 1 0.61 0.25
HSL 336.75º 1% 0.37% -
HSV(B) 336.75º 1% 0.75% -
XYZ 22.72 11.57 7.51 -
YUV 65.55 132.78 217.48 -
System Red Green Blue C M Y K H S L
Decimal 191 0 74 0 1 0.61 0.25 336.75 1 0.37
Hex BF 0 4A 0 64 3D 19 151 64 25
Octal 277 0 112 0 144 75 31 521 144 45
Binary 10111111 0 1001010 0 1100100 111101 11001 101010001 1100100 100101

Color Harmonies of #BF004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF004A

Black with #BF004A

Text Example


Text Example

White with #BF004A

Text Example


Text Example

HTML Codes & Css Web 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>