Html Css Color HEX #BF0466 Jazzberry Jam

📋 copy color: '#BF0466'

red 191 ◦ green 4 ◦ blue 102

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

Shades of Jazzberry Jam #BF0466

Tints of Jazzberry Jam #BF0466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.34%

R = 64.31%
G = 1.35%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BF0466 (or 0xBF0466) is known color: Jazzberry Jam. HEX triplet: BF, 04 and 66. RGB value is (191,4,102). Sum of RGB (Red+Green+Blue) = 191+4+102=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0466 is #40FB99. Grayscale: #464646. Windows color (decimal): -4258714 or 6685887. OLE color: 6685887.

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

Color convert

RGB 191 4 102 -
CMYK 0 0.98 0.47 0.25
HSL 328.56º 0.96% 0.38% -
HSV(B) 328.56º 0.98% 0.75% -
XYZ 23.93 12.12 13.65 -
YUV 71.09 145.45 213.53 -
System Red Green Blue C M Y K H S L
Decimal 191 4 102 0 0.98 0.47 0.25 328.56 0.96 0.38
Hex BF 4 66 0 62 2F 19 149 60 26
Octal 277 4 146 0 142 57 31 511 140 46
Binary 10111111 100 1100110 0 1100010 101111 11001 101001001 1100000 100110

Color Harmonies of #BF0466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0466

Black with #BF0466

Text Example


Text Example

White with #BF0466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0466; }

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

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

background-color css

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

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

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

border-color css

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

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

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