Html Css Color HEX #BF0E6B Jazzberry Jam

📋 copy color: '#BF0E6B'

red 191 ◦ green 14 ◦ blue 107

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

Shades of Jazzberry Jam #BF0E6B

Tints of Jazzberry Jam #BF0E6B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.49%

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 61.22%
G = 4.49%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BF0E6B (or 0xBF0E6B) is known color: Jazzberry Jam. HEX triplet: BF, 0E and 6B. RGB value is (191,14,107). Sum of RGB (Red+Green+Blue) = 191+14+107=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0E6B is #40F194. Grayscale: #4D4D4D. Windows color (decimal): -4256149 or 7016127. OLE color: 7016127.

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

Color convert

RGB 191 14 107 -
CMYK 0 0.93 0.44 0.25
HSL 328.47º 0.86% 0.4% -
HSV(B) 328.47º 0.93% 0.75% -
XYZ 24.3 12.45 15.03 -
YUV 77.53 144.64 208.94 -
System Red Green Blue C M Y K H S L
Decimal 191 14 107 0 0.93 0.44 0.25 328.47 0.86 0.4
Hex BF E 6B 0 5D 2C 19 148 56 28
Octal 277 16 153 0 135 54 31 510 126 50
Binary 10111111 1110 1101011 0 1011101 101100 11001 101001000 1010110 101000

Color Harmonies of #BF0E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0E6B

Black with #BF0E6B

Text Example


Text Example

White with #BF0E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0E6B; }

 p { color: rgb(191,14,107); }

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

background-color css

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

 a { background-color: rgb(191,14,107); }

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

border-color css

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

 span { border-color: rgb(191,14,107); }

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