Html Css Color HEX #BF0C69 Jazzberry Jam

📋 copy color: '#BF0C69'

red 191 ◦ green 12 ◦ blue 105

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

Shades of Jazzberry Jam #BF0C69

Tints of Jazzberry Jam #BF0C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.9%

 BLUE value IS 105 (41.41% from 255) = 34.09%

R = 62.01%
G = 3.9%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BF0C69 (or 0xBF0C69) is known color: Jazzberry Jam. HEX triplet: BF, 0C and 69. RGB value is (191,12,105). Sum of RGB (Red+Green+Blue) = 191+12+105=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0C69 is #40F396. Grayscale: #4B4B4B. Windows color (decimal): -4256663 or 6884543. OLE color: 6884543.

HSL color Cylindrical-coordinate representation of color #BF0C69: hue angle of 328.83º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0C69 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 12 105 -
CMYK 0 0.94 0.45 0.25
HSL 328.83º 0.88% 0.4% -
HSV(B) 328.83º 0.94% 0.75% -
XYZ 24.17 12.36 14.48 -
YUV 76.12 144.3 209.94 -
System Red Green Blue C M Y K H S L
Decimal 191 12 105 0 0.94 0.45 0.25 328.83 0.88 0.4
Hex BF C 69 0 5E 2D 19 149 58 28
Octal 277 14 151 0 136 55 31 511 130 50
Binary 10111111 1100 1101001 0 1011110 101101 11001 101001001 1011000 101000

Color Harmonies of #BF0C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0C69

Black with #BF0C69

Text Example


Text Example

White with #BF0C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0C69; }

 p { color: rgb(191,12,105); }

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

background-color css

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

 a { background-color: rgb(191,12,105); }

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

border-color css

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

 span { border-color: rgb(191,12,105); }

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