Html Css Color HEX #BF006A Jazzberry Jam

📋 copy color: '#BF006A'

red 191 ◦ green 0 ◦ blue 106

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

Shades of Jazzberry Jam #BF006A

Tints of Jazzberry Jam #BF006A

RGB

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

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

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

R = 64.31%
G = 0%
B = 35.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BF006A (or 0xBF006A) is known color: Jazzberry Jam. HEX triplet: BF, 00 and 6A. RGB value is (191,0,106). Sum of RGB (Red+Green+Blue) = 191+0+106=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF006A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF006A is #40FF95. Grayscale: #444444. Windows color (decimal): -4259734 or 6947007. OLE color: 6947007.

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

Color convert

RGB 191 0 106 -
CMYK 0 1 0.45 0.25
HSL 326.7º 1% 0.37% -
HSV(B) 326.7º 1% 0.75% -
XYZ 24.09 12.12 14.7 -
YUV 69.19 148.78 214.88 -
System Red Green Blue C M Y K H S L
Decimal 191 0 106 0 1 0.45 0.25 326.7 1 0.37
Hex BF 0 6A 0 64 2D 19 147 64 25
Octal 277 0 152 0 144 55 31 507 144 45
Binary 10111111 0 1101010 0 1100100 101101 11001 101000111 1100100 100101

Color Harmonies of #BF006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF006A

Black with #BF006A

Text Example


Text Example

White with #BF006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF006A; }

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

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

background-color css

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

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

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

border-color css

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

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

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