Html Css Color HEX #BF0253 Jazzberry Jam

📋 copy color: '#BF0253'

red 191 ◦ green 2 ◦ blue 83

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

Shades of Jazzberry Jam #BF0253

Tints of Jazzberry Jam #BF0253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.07%

R = 69.2%
G = 0.72%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF0253 (or 0xBF0253) is known color: Jazzberry Jam. HEX triplet: BF, 02 and 53. RGB value is (191,2,83). Sum of RGB (Red+Green+Blue) = 191+2+83=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0253 is #40FDAC. Grayscale: #434343. Windows color (decimal): -4259245 or 5440191. OLE color: 5440191.

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

Color convert

RGB 191 2 83 -
CMYK 0 0.99 0.57 0.25
HSL 334.29º 0.98% 0.38% -
HSV(B) 334.29º 0.99% 0.75% -
XYZ 23.07 11.74 9.23 -
YUV 67.75 136.62 215.91 -
System Red Green Blue C M Y K H S L
Decimal 191 2 83 0 0.99 0.57 0.25 334.29 0.98 0.38
Hex BF 2 53 0 63 39 19 14E 62 26
Octal 277 2 123 0 143 71 31 516 142 46
Binary 10111111 10 1010011 0 1100011 111001 11001 101001110 1100010 100110

Color Harmonies of #BF0253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0253

Black with #BF0253

Text Example


Text Example

White with #BF0253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0253; }

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

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

background-color css

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

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

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

border-color css

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

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

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