Html Css Color HEX #BF165A Jazzberry Jam

📋 copy color: '#BF165A'

red 191 ◦ green 22 ◦ blue 90

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

Shades of Jazzberry Jam #BF165A

Tints of Jazzberry Jam #BF165A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.7%

R = 63.04%
G = 7.26%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF165A (or 0xBF165A) is known color: Jazzberry Jam. HEX triplet: BF, 16 and 5A. RGB value is (191,22,90). Sum of RGB (Red+Green+Blue) = 191+22+90=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF165A is #40E9A5. Grayscale: #505050. Windows color (decimal): -4254118 or 5904063. OLE color: 5904063.

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

Color convert

RGB 191 22 90 -
CMYK 0 0.88 0.53 0.25
HSL 335.86º 0.79% 0.42% -
HSV(B) 335.86º 0.88% 0.75% -
XYZ 23.62 12.39 10.82 -
YUV 80.28 133.49 206.97 -
System Red Green Blue C M Y K H S L
Decimal 191 22 90 0 0.88 0.53 0.25 335.86 0.79 0.42
Hex BF 16 5A 0 58 35 19 150 4F 2A
Octal 277 26 132 0 130 65 31 520 117 52
Binary 10111111 10110 1011010 0 1011000 110101 11001 101010000 1001111 101010

Color Harmonies of #BF165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF165A

Black with #BF165A

Text Example


Text Example

White with #BF165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF165A; }

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

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

background-color css

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

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

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

border-color css

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

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

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