Html Css Color HEX #BF0255 Jazzberry Jam

📋 copy color: '#BF0255'

red 191 ◦ green 2 ◦ blue 85

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

Shades of Jazzberry Jam #BF0255

Tints of Jazzberry Jam #BF0255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 85 (33.59% from 255) = 30.58%

R = 68.71%
G = 0.72%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF0255 (or 0xBF0255) is known color: Jazzberry Jam. HEX triplet: BF, 02 and 55. RGB value is (191,2,85). Sum of RGB (Red+Green+Blue) = 191+2+85=278 (36% of max value = 765). Red value is 191 (75% from 255 or 68.71% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0255 is #40FDAA. Grayscale: #434343. Windows color (decimal): -4259243 or 5571263. OLE color: 5571263.

HSL color Cylindrical-coordinate representation of color #BF0255: hue angle of 333.65º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF0255 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 2 85 -
CMYK 0 0.99 0.55 0.25
HSL 333.65º 0.98% 0.38% -
HSV(B) 333.65º 0.99% 0.75% -
XYZ 23.15 11.78 9.65 -
YUV 67.97 137.62 215.75 -
System Red Green Blue C M Y K H S L
Decimal 191 2 85 0 0.99 0.55 0.25 333.65 0.98 0.38
Hex BF 2 55 0 63 37 19 14E 62 26
Octal 277 2 125 0 143 67 31 516 142 46
Binary 10111111 10 1010101 0 1100011 110111 11001 101001110 1100010 100110

Color Harmonies of #BF0255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0255

Black with #BF0255

Text Example


Text Example

White with #BF0255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0255; }

 p { color: rgb(191,2,85); }

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

background-color css

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

 a { background-color: rgb(191,2,85); }

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

border-color css

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

 span { border-color: rgb(191,2,85); }

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