Html Css Color HEX #BF095C Jazzberry Jam

📋 copy color: '#BF095C'

red 191 ◦ green 9 ◦ blue 92

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

Shades of Jazzberry Jam #BF095C

Tints of Jazzberry Jam #BF095C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.08%

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

R = 65.41%
G = 3.08%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF095C (or 0xBF095C) is known color: Jazzberry Jam. HEX triplet: BF, 09 and 5C. RGB value is (191,9,92). Sum of RGB (Red+Green+Blue) = 191+9+92=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF095C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF095C is #40F6A3. Grayscale: #484848. Windows color (decimal): -4257444 or 6031807. OLE color: 6031807.

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

Color convert

RGB 191 9 92 -
CMYK 0 0.95 0.52 0.25
HSL 332.64º 0.91% 0.39% -
HSV(B) 332.64º 0.95% 0.75% -
XYZ 23.52 12.04 11.21 -
YUV 72.88 138.8 212.25 -
System Red Green Blue C M Y K H S L
Decimal 191 9 92 0 0.95 0.52 0.25 332.64 0.91 0.39
Hex BF 9 5C 0 5F 34 19 14D 5B 27
Octal 277 11 134 0 137 64 31 515 133 47
Binary 10111111 1001 1011100 0 1011111 110100 11001 101001101 1011011 100111

Color Harmonies of #BF095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF095C

Black with #BF095C

Text Example


Text Example

White with #BF095C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF095C; }

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

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

background-color css

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

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

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

border-color css

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

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

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