Html Css Color HEX #BF0968 Jazzberry Jam

📋 copy color: '#BF0968'

red 191 ◦ green 9 ◦ blue 104

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

Shades of Jazzberry Jam #BF0968

Tints of Jazzberry Jam #BF0968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.96%

 BLUE value IS 104 (41.02% from 255) = 34.21%

R = 62.83%
G = 2.96%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BF0968 (or 0xBF0968) is known color: Jazzberry Jam. HEX triplet: BF, 09 and 68. RGB value is (191,9,104). Sum of RGB (Red+Green+Blue) = 191+9+104=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0968 is #40F697. Grayscale: #4A4A4A. Windows color (decimal): -4257432 or 6818239. OLE color: 6818239.

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

Color convert

RGB 191 9 104 -
CMYK 0 0.95 0.46 0.25
HSL 328.68º 0.91% 0.39% -
HSV(B) 328.68º 0.95% 0.75% -
XYZ 24.08 12.27 14.2 -
YUV 74.25 144.8 211.28 -
System Red Green Blue C M Y K H S L
Decimal 191 9 104 0 0.95 0.46 0.25 328.68 0.91 0.39
Hex BF 9 68 0 5F 2E 19 149 5B 27
Octal 277 11 150 0 137 56 31 511 133 47
Binary 10111111 1001 1101000 0 1011111 101110 11001 101001001 1011011 100111

Color Harmonies of #BF0968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0968

Black with #BF0968

Text Example


Text Example

White with #BF0968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0968; }

 p { color: rgb(191,9,104); }

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

background-color css

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

 a { background-color: rgb(191,9,104); }

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

border-color css

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

 span { border-color: rgb(191,9,104); }

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