Html Css Color HEX #BF0C5B Jazzberry Jam

📋 copy color: '#BF0C5B'

red 191 ◦ green 12 ◦ blue 91

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

Shades of Jazzberry Jam #BF0C5B

Tints of Jazzberry Jam #BF0C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.95%

R = 64.97%
G = 4.08%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF0C5B (or 0xBF0C5B) is known color: Jazzberry Jam. HEX triplet: BF, 0C and 5B. RGB value is (191,12,91). Sum of RGB (Red+Green+Blue) = 191+12+91=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0C5B is #40F3A4. Grayscale: #4A4A4A. Windows color (decimal): -4256677 or 5967039. OLE color: 5967039.

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

Color convert

RGB 191 12 91 -
CMYK 0 0.94 0.52 0.25
HSL 333.52º 0.88% 0.4% -
HSV(B) 333.52º 0.94% 0.75% -
XYZ 23.51 12.09 10.99 -
YUV 74.53 137.3 211.08 -
System Red Green Blue C M Y K H S L
Decimal 191 12 91 0 0.94 0.52 0.25 333.52 0.88 0.4
Hex BF C 5B 0 5E 34 19 14E 58 28
Octal 277 14 133 0 136 64 31 516 130 50
Binary 10111111 1100 1011011 0 1011110 110100 11001 101001110 1011000 101000

Color Harmonies of #BF0C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0C5B

Black with #BF0C5B

Text Example


Text Example

White with #BF0C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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