Html Css Color HEX #BF0954 Jazzberry Jam

📋 copy color: '#BF0954'

red 191 ◦ green 9 ◦ blue 84

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

Shades of Jazzberry Jam #BF0954

Tints of Jazzberry Jam #BF0954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.58%

R = 67.25%
G = 3.17%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BF0954 (or 0xBF0954) is known color: Jazzberry Jam. HEX triplet: BF, 09 and 54. RGB value is (191,9,84). Sum of RGB (Red+Green+Blue) = 191+9+84=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0954 is #40F6AB. Grayscale: #474747. Windows color (decimal): -4257452 or 5507519. OLE color: 5507519.

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

Color convert

RGB 191 9 84 -
CMYK 0 0.95 0.56 0.25
HSL 335.27º 0.91% 0.39% -
HSV(B) 335.27º 0.95% 0.75% -
XYZ 23.18 11.91 9.46 -
YUV 71.97 134.8 212.9 -
System Red Green Blue C M Y K H S L
Decimal 191 9 84 0 0.95 0.56 0.25 335.27 0.91 0.39
Hex BF 9 54 0 5F 38 19 14F 5B 27
Octal 277 11 124 0 137 70 31 517 133 47
Binary 10111111 1001 1010100 0 1011111 111000 11001 101001111 1011011 100111

Color Harmonies of #BF0954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0954

Black with #BF0954

Text Example


Text Example

White with #BF0954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0954; }

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

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

background-color css

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

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

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

border-color css

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

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

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