Html Css Color HEX #BF165C Jazzberry Jam

📋 copy color: '#BF165C'

red 191 ◦ green 22 ◦ blue 92

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

Shades of Jazzberry Jam #BF165C

Tints of Jazzberry Jam #BF165C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.21%

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

R = 62.62%
G = 7.21%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF165C (or 0xBF165C) is known color: Jazzberry Jam. HEX triplet: BF, 16 and 5C. RGB value is (191,22,92). Sum of RGB (Red+Green+Blue) = 191+22+92=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF165C is #40E9A3. Grayscale: #505050. Windows color (decimal): -4254116 or 6035135. OLE color: 6035135.

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

Color convert

RGB 191 22 92 -
CMYK 0 0.88 0.52 0.25
HSL 335.15º 0.79% 0.42% -
HSV(B) 335.15º 0.88% 0.75% -
XYZ 23.7 12.42 11.27 -
YUV 80.51 134.49 206.81 -
System Red Green Blue C M Y K H S L
Decimal 191 22 92 0 0.88 0.52 0.25 335.15 0.79 0.42
Hex BF 16 5C 0 58 34 19 14F 4F 2A
Octal 277 26 134 0 130 64 31 517 117 52
Binary 10111111 10110 1011100 0 1011000 110100 11001 101001111 1001111 101010

Color Harmonies of #BF165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF165C

Black with #BF165C

Text Example


Text Example

White with #BF165C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF165C; }

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

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

background-color css

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

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

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

border-color css

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

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

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