Html Css Color HEX #BF1567 Jazzberry Jam

📋 copy color: '#BF1567'

red 191 ◦ green 21 ◦ blue 103

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

Shades of Jazzberry Jam #BF1567

Tints of Jazzberry Jam #BF1567

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.67%

 BLUE value IS 103 (40.63% from 255) = 32.7%

R = 60.63%
G = 6.67%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BF1567 (or 0xBF1567) is known color: Jazzberry Jam. HEX triplet: BF, 15 and 67. RGB value is (191,21,103). Sum of RGB (Red+Green+Blue) = 191+21+103=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1567 is #40EA98. Grayscale: #515151. Windows color (decimal): -4254361 or 6755775. OLE color: 6755775.

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

Color convert

RGB 191 21 103 -
CMYK 0 0.89 0.46 0.25
HSL 331.06º 0.8% 0.42% -
HSV(B) 331.06º 0.89% 0.75% -
XYZ 24.2 12.59 13.99 -
YUV 81.18 140.32 206.33 -
System Red Green Blue C M Y K H S L
Decimal 191 21 103 0 0.89 0.46 0.25 331.06 0.8 0.42
Hex BF 15 67 0 59 2E 19 14B 50 2A
Octal 277 25 147 0 131 56 31 513 120 52
Binary 10111111 10101 1100111 0 1011001 101110 11001 101001011 1010000 101010

Color Harmonies of #BF1567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1567

Black with #BF1567

Text Example


Text Example

White with #BF1567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1567; }

 p { color: rgb(191,21,103); }

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

background-color css

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

 a { background-color: rgb(191,21,103); }

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

border-color css

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

 span { border-color: rgb(191,21,103); }

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