Html Css Color HEX #BF0B5E Jazzberry Jam

📋 copy color: '#BF0B5E'

red 191 ◦ green 11 ◦ blue 94

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

Shades of Jazzberry Jam #BF0B5E

Tints of Jazzberry Jam #BF0B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.76%

R = 64.53%
G = 3.72%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF0B5E (or 0xBF0B5E) is known color: Jazzberry Jam. HEX triplet: BF, 0B and 5E. RGB value is (191,11,94). Sum of RGB (Red+Green+Blue) = 191+11+94=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0B5E is #40F4A1. Grayscale: #4A4A4A. Windows color (decimal): -4256930 or 6163391. OLE color: 6163391.

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

Color convert

RGB 191 11 94 -
CMYK 0 0.94 0.51 0.25
HSL 332.33º 0.89% 0.4% -
HSV(B) 332.33º 0.94% 0.75% -
XYZ 23.63 12.12 11.68 -
YUV 74.28 139.13 211.25 -
System Red Green Blue C M Y K H S L
Decimal 191 11 94 0 0.94 0.51 0.25 332.33 0.89 0.4
Hex BF B 5E 0 5E 33 19 14C 59 28
Octal 277 13 136 0 136 63 31 514 131 50
Binary 10111111 1011 1011110 0 1011110 110011 11001 101001100 1011001 101000

Color Harmonies of #BF0B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0B5E

Black with #BF0B5E

Text Example


Text Example

White with #BF0B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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