Html Css Color HEX #BF0165 Jazzberry Jam

📋 copy color: '#BF0165'

red 191 ◦ green 1 ◦ blue 101

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

Shades of Jazzberry Jam #BF0165

Tints of Jazzberry Jam #BF0165

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 101 (39.84% from 255) = 34.47%

R = 65.19%
G = 0.34%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BF0165 (or 0xBF0165) is known color: Jazzberry Jam. HEX triplet: BF, 01 and 65. RGB value is (191,1,101). Sum of RGB (Red+Green+Blue) = 191+1+101=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0165 is #40FE9A. Grayscale: #454545. Windows color (decimal): -4259483 or 6619583. OLE color: 6619583.

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

Color convert

RGB 191 1 101 -
CMYK 0 0.99 0.47 0.25
HSL 328.42º 0.99% 0.38% -
HSV(B) 328.42º 0.99% 0.75% -
XYZ 23.85 12.04 13.38 -
YUV 69.21 145.95 214.87 -
System Red Green Blue C M Y K H S L
Decimal 191 1 101 0 0.99 0.47 0.25 328.42 0.99 0.38
Hex BF 1 65 0 63 2F 19 148 63 26
Octal 277 1 145 0 143 57 31 510 143 46
Binary 10111111 1 1100101 0 1100011 101111 11001 101001000 1100011 100110

Color Harmonies of #BF0165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0165

Black with #BF0165

Text Example


Text Example

White with #BF0165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0165; }

 p { color: rgb(191,1,101); }

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

background-color css

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

 a { background-color: rgb(191,1,101); }

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

border-color css

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

 span { border-color: rgb(191,1,101); }

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