Html Css Color HEX #BF0266 Jazzberry Jam

📋 copy color: '#BF0266'

red 191 ◦ green 2 ◦ blue 102

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

Shades of Jazzberry Jam #BF0266

Tints of Jazzberry Jam #BF0266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.58%

R = 64.75%
G = 0.68%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BF0266 (or 0xBF0266) is known color: Jazzberry Jam. HEX triplet: BF, 02 and 66. RGB value is (191,2,102). Sum of RGB (Red+Green+Blue) = 191+2+102=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0266 is #40FD99. Grayscale: #454545. Windows color (decimal): -4259226 or 6685375. OLE color: 6685375.

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

Color convert

RGB 191 2 102 -
CMYK 0 0.99 0.47 0.25
HSL 328.25º 0.98% 0.38% -
HSV(B) 328.25º 0.99% 0.75% -
XYZ 23.91 12.08 13.64 -
YUV 69.91 146.12 214.37 -
System Red Green Blue C M Y K H S L
Decimal 191 2 102 0 0.99 0.47 0.25 328.25 0.98 0.38
Hex BF 2 66 0 63 2F 19 148 62 26
Octal 277 2 146 0 143 57 31 510 142 46
Binary 10111111 10 1100110 0 1100011 101111 11001 101001000 1100010 100110

Color Harmonies of #BF0266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0266

Black with #BF0266

Text Example


Text Example

White with #BF0266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0266; }

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

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

background-color css

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

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

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

border-color css

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

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

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