Html Css Color HEX #BF006D Jazzberry Jam

📋 copy color: '#BF006D'

red 191 ◦ green 0 ◦ blue 109

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

Shades of Jazzberry Jam #BF006D

Tints of Jazzberry Jam #BF006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.33%

R = 63.67%
G = 0%
B = 36.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF006D (or 0xBF006D) is known color: Jazzberry Jam. HEX triplet: BF, 00 and 6D. RGB value is (191,0,109). Sum of RGB (Red+Green+Blue) = 191+0+109=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF006D is #40FF92. Grayscale: #454545. Windows color (decimal): -4259731 or 7143615. OLE color: 7143615.

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

Color convert

RGB 191 0 109 -
CMYK 0 1 0.43 0.25
HSL 325.76º 1% 0.37% -
HSV(B) 325.76º 1% 0.75% -
XYZ 24.25 12.18 15.54 -
YUV 69.54 150.28 214.64 -
System Red Green Blue C M Y K H S L
Decimal 191 0 109 0 1 0.43 0.25 325.76 1 0.37
Hex BF 0 6D 0 64 2B 19 146 64 25
Octal 277 0 155 0 144 53 31 506 144 45
Binary 10111111 0 1101101 0 1100100 101011 11001 101000110 1100100 100101

Color Harmonies of #BF006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF006D

Black with #BF006D

Text Example


Text Example

White with #BF006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF006D; }

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

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

background-color css

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

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

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

border-color css

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

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

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