Html Css Color HEX #BF0B5C Jazzberry Jam

📋 copy color: '#BF0B5C'

red 191 ◦ green 11 ◦ blue 92

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

Shades of Jazzberry Jam #BF0B5C

Tints of Jazzberry Jam #BF0B5C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.74%

 BLUE value IS 92 (36.33% from 255) = 31.29%

R = 64.97%
G = 3.74%
B = 31.29%

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

#BF0B5C (or 0xBF0B5C) is known color: Jazzberry Jam. HEX triplet: BF, 0B and 5C. RGB value is (191,11,92). Sum of RGB (Red+Green+Blue) = 191+11+92=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0B5C is #40F4A3. Grayscale: #494949. Windows color (decimal): -4256932 or 6032319. OLE color: 6032319.

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

Color convert

RGB 191 11 92 -
CMYK 0 0.94 0.52 0.25
HSL 333º 0.89% 0.4% -
HSV(B) 333º 0.94% 0.75% -
XYZ 23.54 12.09 11.22 -
YUV 74.05 138.13 211.41 -
System Red Green Blue C M Y K H S L
Decimal 191 11 92 0 0.94 0.52 0.25 333 0.89 0.4
Hex BF B 5C 0 5E 34 19 14D 59 28
Octal 277 13 134 0 136 64 31 515 131 50
Binary 10111111 1011 1011100 0 1011110 110100 11001 101001101 1011001 101000

Color Harmonies of #BF0B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0B5C

Black with #BF0B5C

Text Example


Text Example

White with #BF0B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0B5C; }

 p { color: rgb(191,11,92); }

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

background-color css

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

 a { background-color: rgb(191,11,92); }

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

border-color css

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

 span { border-color: rgb(191,11,92); }

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