Html Css Color HEX #BF0468 Jazzberry Jam

📋 copy color: '#BF0468'

red 191 ◦ green 4 ◦ blue 104

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

Shades of Jazzberry Jam #BF0468

Tints of Jazzberry Jam #BF0468

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.34%

 BLUE value IS 104 (41.02% from 255) = 34.78%

R = 63.88%
G = 1.34%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BF0468 (or 0xBF0468) is known color: Jazzberry Jam. HEX triplet: BF, 04 and 68. RGB value is (191,4,104). Sum of RGB (Red+Green+Blue) = 191+4+104=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0468 is #40FB97. Grayscale: #474747. Windows color (decimal): -4258712 or 6816959. OLE color: 6816959.

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

Color convert

RGB 191 4 104 -
CMYK 0 0.98 0.46 0.25
HSL 327.91º 0.96% 0.38% -
HSV(B) 327.91º 0.98% 0.75% -
XYZ 24.03 12.16 14.18 -
YUV 71.31 146.45 213.37 -
System Red Green Blue C M Y K H S L
Decimal 191 4 104 0 0.98 0.46 0.25 327.91 0.96 0.38
Hex BF 4 68 0 62 2E 19 148 60 26
Octal 277 4 150 0 142 56 31 510 140 46
Binary 10111111 100 1101000 0 1100010 101110 11001 101001000 1100000 100110

Color Harmonies of #BF0468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0468

Black with #BF0468

Text Example


Text Example

White with #BF0468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0468; }

 p { color: rgb(191,4,104); }

 H1.HeaderClassName
 {
   color: #BF0468;
 }
 .AnyTagClassName
 {
   color: #BF0468;
 }
</style>

background-color css

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

 a { background-color: rgb(191,4,104); }

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

border-color css

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

 span { border-color: rgb(191,4,104); }

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