Html Css Color HEX #BF0462 Jazzberry Jam

📋 copy color: '#BF0462'

red 191 ◦ green 4 ◦ blue 98

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

Shades of Jazzberry Jam #BF0462

Tints of Jazzberry Jam #BF0462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

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

R = 65.19%
G = 1.37%
B = 33.45%

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

#BF0462 (or 0xBF0462) is known color: Jazzberry Jam. HEX triplet: BF, 04 and 62. RGB value is (191,4,98). Sum of RGB (Red+Green+Blue) = 191+4+98=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0462 is #40FB9D. Grayscale: #464646. Windows color (decimal): -4258718 or 6423743. OLE color: 6423743.

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

Color convert

RGB 191 4 98 -
CMYK 0 0.98 0.49 0.25
HSL 329.84º 0.96% 0.38% -
HSV(B) 329.84º 0.98% 0.75% -
XYZ 23.73 12.05 12.63 -
YUV 70.63 143.45 213.86 -
System Red Green Blue C M Y K H S L
Decimal 191 4 98 0 0.98 0.49 0.25 329.84 0.96 0.38
Hex BF 4 62 0 62 31 19 14A 60 26
Octal 277 4 142 0 142 61 31 512 140 46
Binary 10111111 100 1100010 0 1100010 110001 11001 101001010 1100000 100110

Color Harmonies of #BF0462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0462

Black with #BF0462

Text Example


Text Example

White with #BF0462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0462; }

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

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

background-color css

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

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

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

border-color css

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

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

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