Html Css Color HEX #BF024B Jazzberry Jam

📋 copy color: '#BF024B'

red 191 ◦ green 2 ◦ blue 75

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

Shades of Jazzberry Jam #BF024B

Tints of Jazzberry Jam #BF024B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.99%

R = 71.27%
G = 0.75%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF024B (or 0xBF024B) is known color: Jazzberry Jam. HEX triplet: BF, 02 and 4B. RGB value is (191,2,75). Sum of RGB (Red+Green+Blue) = 191+2+75=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF024B is #40FDB4. Grayscale: #424242. Windows color (decimal): -4259253 or 4915903. OLE color: 4915903.

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

Color convert

RGB 191 2 75 -
CMYK 0 0.99 0.61 0.25
HSL 336.83º 0.98% 0.38% -
HSV(B) 336.83º 0.99% 0.75% -
XYZ 22.78 11.63 7.7 -
YUV 66.83 132.62 216.56 -
System Red Green Blue C M Y K H S L
Decimal 191 2 75 0 0.99 0.61 0.25 336.83 0.98 0.38
Hex BF 2 4B 0 63 3D 19 151 62 26
Octal 277 2 113 0 143 75 31 521 142 46
Binary 10111111 10 1001011 0 1100011 111101 11001 101010001 1100010 100110

Color Harmonies of #BF024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF024B

Black with #BF024B

Text Example


Text Example

White with #BF024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF024B; }

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

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

background-color css

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

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

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

border-color css

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

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

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