Html Css Color HEX #BF085B Jazzberry Jam

📋 copy color: '#BF085B'

red 191 ◦ green 8 ◦ blue 91

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

Shades of Jazzberry Jam #BF085B

Tints of Jazzberry Jam #BF085B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.76%

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

R = 65.86%
G = 2.76%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF085B (or 0xBF085B) is known color: Jazzberry Jam. HEX triplet: BF, 08 and 5B. RGB value is (191,8,91). Sum of RGB (Red+Green+Blue) = 191+8+91=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF085B is #40F7A4. Grayscale: #484848. Windows color (decimal): -4257701 or 5966015. OLE color: 5966015.

HSL color Cylindrical-coordinate representation of color #BF085B: hue angle of 332.79º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF085B is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 8 91 -
CMYK 0 0.96 0.52 0.25
HSL 332.79º 0.92% 0.39% -
HSV(B) 332.79º 0.96% 0.75% -
XYZ 23.46 12.01 10.98 -
YUV 72.18 138.63 212.75 -
System Red Green Blue C M Y K H S L
Decimal 191 8 91 0 0.96 0.52 0.25 332.79 0.92 0.39
Hex BF 8 5B 0 60 34 19 14D 5C 27
Octal 277 10 133 0 140 64 31 515 134 47
Binary 10111111 1000 1011011 0 1100000 110100 11001 101001101 1011100 100111

Color Harmonies of #BF085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF085B

Black with #BF085B

Text Example


Text Example

White with #BF085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF085B; }

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

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

background-color css

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

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

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

border-color css

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

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

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