Html Css Color HEX #BF0566 Jazzberry Jam

📋 copy color: '#BF0566'

red 191 ◦ green 5 ◦ blue 102

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

Shades of Jazzberry Jam #BF0566

Tints of Jazzberry Jam #BF0566

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.68%

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

R = 64.09%
G = 1.68%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BF0566 (or 0xBF0566) is known color: Jazzberry Jam. HEX triplet: BF, 05 and 66. RGB value is (191,5,102). Sum of RGB (Red+Green+Blue) = 191+5+102=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0566 is #40FA99. Grayscale: #474747. Windows color (decimal): -4258458 or 6686143. OLE color: 6686143.

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

Color convert

RGB 191 5 102 -
CMYK 0 0.97 0.47 0.25
HSL 328.71º 0.95% 0.38% -
HSV(B) 328.71º 0.97% 0.75% -
XYZ 23.94 12.14 13.65 -
YUV 71.67 145.12 213.11 -
System Red Green Blue C M Y K H S L
Decimal 191 5 102 0 0.97 0.47 0.25 328.71 0.95 0.38
Hex BF 5 66 0 61 2F 19 149 5F 26
Octal 277 5 146 0 141 57 31 511 137 46
Binary 10111111 101 1100110 0 1100001 101111 11001 101001001 1011111 100110

Color Harmonies of #BF0566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0566

Black with #BF0566

Text Example


Text Example

White with #BF0566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0566; }

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

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

background-color css

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

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

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

border-color css

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

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

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