Html Css Color HEX #BF076A Jazzberry Jam

📋 copy color: '#BF076A'

red 191 ◦ green 7 ◦ blue 106

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

Shades of Jazzberry Jam #BF076A

Tints of Jazzberry Jam #BF076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

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

R = 62.83%
G = 2.3%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BF076A (or 0xBF076A) is known color: Jazzberry Jam. HEX triplet: BF, 07 and 6A. RGB value is (191,7,106). Sum of RGB (Red+Green+Blue) = 191+7+106=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF076A is #40F895. Grayscale: #494949. Windows color (decimal): -4257942 or 6948799. OLE color: 6948799.

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

Color convert

RGB 191 7 106 -
CMYK 0 0.96 0.45 0.25
HSL 327.72º 0.93% 0.39% -
HSV(B) 327.72º 0.96% 0.75% -
XYZ 24.16 12.27 14.73 -
YUV 73.3 146.46 211.95 -
System Red Green Blue C M Y K H S L
Decimal 191 7 106 0 0.96 0.45 0.25 327.72 0.93 0.39
Hex BF 7 6A 0 60 2D 19 148 5D 27
Octal 277 7 152 0 140 55 31 510 135 47
Binary 10111111 111 1101010 0 1100000 101101 11001 101001000 1011101 100111

Color Harmonies of #BF076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF076A

Black with #BF076A

Text Example


Text Example

White with #BF076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF076A; }

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

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

background-color css

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

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

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

border-color css

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

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

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