Html Css Color HEX #BF0262 Jazzberry Jam

📋 copy color: '#BF0262'

red 191 ◦ green 2 ◦ blue 98

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

Shades of Jazzberry Jam #BF0262

Tints of Jazzberry Jam #BF0262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.68%

R = 65.64%
G = 0.69%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BF0262 (or 0xBF0262) is known color: Jazzberry Jam. HEX triplet: BF, 02 and 62. RGB value is (191,2,98). Sum of RGB (Red+Green+Blue) = 191+2+98=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0262 is #40FD9D. Grayscale: #454545. Windows color (decimal): -4259230 or 6423231. OLE color: 6423231.

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

Color convert

RGB 191 2 98 -
CMYK 0 0.99 0.49 0.25
HSL 329.52º 0.98% 0.38% -
HSV(B) 329.52º 0.99% 0.75% -
XYZ 23.71 12 12.62 -
YUV 69.46 144.12 214.69 -
System Red Green Blue C M Y K H S L
Decimal 191 2 98 0 0.99 0.49 0.25 329.52 0.98 0.38
Hex BF 2 62 0 63 31 19 14A 62 26
Octal 277 2 142 0 143 61 31 512 142 46
Binary 10111111 10 1100010 0 1100011 110001 11001 101001010 1100010 100110

Color Harmonies of #BF0262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0262

Black with #BF0262

Text Example


Text Example

White with #BF0262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0262; }

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

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

background-color css

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

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

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

border-color css

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

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

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