Html Css Color HEX #BF084E Jazzberry Jam

📋 copy color: '#BF084E'

red 191 ◦ green 8 ◦ blue 78

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

Shades of Jazzberry Jam #BF084E

Tints of Jazzberry Jam #BF084E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.16%

R = 68.95%
G = 2.89%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF084E (or 0xBF084E) is known color: Jazzberry Jam. HEX triplet: BF, 08 and 4E. RGB value is (191,8,78). Sum of RGB (Red+Green+Blue) = 191+8+78=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF084E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF084E is #40F7B1. Grayscale: #464646. Windows color (decimal): -4257714 or 5114047. OLE color: 5114047.

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

Color convert

RGB 191 8 78 -
CMYK 0 0.96 0.59 0.25
HSL 337.05º 0.92% 0.39% -
HSV(B) 337.05º 0.96% 0.75% -
XYZ 22.95 11.8 8.28 -
YUV 70.7 132.13 213.81 -
System Red Green Blue C M Y K H S L
Decimal 191 8 78 0 0.96 0.59 0.25 337.05 0.92 0.39
Hex BF 8 4E 0 60 3B 19 151 5C 27
Octal 277 10 116 0 140 73 31 521 134 47
Binary 10111111 1000 1001110 0 1100000 111011 11001 101010001 1011100 100111

Color Harmonies of #BF084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF084E

Black with #BF084E

Text Example


Text Example

White with #BF084E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF084E; }

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

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

background-color css

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

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

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

border-color css

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

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

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