Html Css Color HEX #BF0362 Jazzberry Jam

📋 copy color: '#BF0362'

red 191 ◦ green 3 ◦ blue 98

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

Shades of Jazzberry Jam #BF0362

Tints of Jazzberry Jam #BF0362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

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

R = 65.41%
G = 1.03%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BF0362 (or 0xBF0362) is known color: Jazzberry Jam. HEX triplet: BF, 03 and 62. RGB value is (191,3,98). Sum of RGB (Red+Green+Blue) = 191+3+98=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0362 is #40FC9D. Grayscale: #454545. Windows color (decimal): -4258974 or 6423487. OLE color: 6423487.

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

Color convert

RGB 191 3 98 -
CMYK 0 0.98 0.49 0.25
HSL 329.68º 0.97% 0.38% -
HSV(B) 329.68º 0.98% 0.75% -
XYZ 23.72 12.02 12.63 -
YUV 70.04 143.78 214.28 -
System Red Green Blue C M Y K H S L
Decimal 191 3 98 0 0.98 0.49 0.25 329.68 0.97 0.38
Hex BF 3 62 0 62 31 19 14A 61 26
Octal 277 3 142 0 142 61 31 512 141 46
Binary 10111111 11 1100010 0 1100010 110001 11001 101001010 1100001 100110

Color Harmonies of #BF0362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0362

Black with #BF0362

Text Example


Text Example

White with #BF0362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0362; }

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

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

background-color css

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

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

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

border-color css

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

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

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