Html Css Color HEX #BF066A Jazzberry Jam

📋 copy color: '#BF066A'

red 191 ◦ green 6 ◦ blue 106

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

Shades of Jazzberry Jam #BF066A

Tints of Jazzberry Jam #BF066A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.98%

 BLUE value IS 106 (41.8% from 255) = 34.98%

R = 63.04%
G = 1.98%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BF066A (or 0xBF066A) is known color: Jazzberry Jam. HEX triplet: BF, 06 and 6A. RGB value is (191,6,106). Sum of RGB (Red+Green+Blue) = 191+6+106=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF066A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF066A is #40F995. Grayscale: #484848. Windows color (decimal): -4258198 or 6948543. OLE color: 6948543.

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

Color convert

RGB 191 6 106 -
CMYK 0 0.97 0.45 0.25
HSL 327.57º 0.94% 0.39% -
HSV(B) 327.57º 0.97% 0.75% -
XYZ 24.15 12.25 14.73 -
YUV 72.72 146.79 212.37 -
System Red Green Blue C M Y K H S L
Decimal 191 6 106 0 0.97 0.45 0.25 327.57 0.94 0.39
Hex BF 6 6A 0 61 2D 19 148 5E 27
Octal 277 6 152 0 141 55 31 510 136 47
Binary 10111111 110 1101010 0 1100001 101101 11001 101001000 1011110 100111

Color Harmonies of #BF066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF066A

Black with #BF066A

Text Example


Text Example

White with #BF066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF066A; }

 p { color: rgb(191,6,106); }

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

background-color css

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

 a { background-color: rgb(191,6,106); }

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

border-color css

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

 span { border-color: rgb(191,6,106); }

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