Html Css Color HEX #BFBC19 La Rioja

📋 copy color: '#BFBC19'

red 191 ◦ green 188 ◦ blue 25

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

Shades of La Rioja #BFBC19

Tints of La Rioja #BFBC19

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.53%

 BLUE value IS 25 (10.16% from 255) = 6.19%

R = 47.28%
G = 46.53%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BFBC19 (or 0xBFBC19) is known color: La Rioja. HEX triplet: BF, BC and 19. RGB value is (191,188,25). Sum of RGB (Red+Green+Blue) = 191+188+25=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBC19 is #4043E6. Grayscale: #AAAAAA. Windows color (decimal): -4211687 or 1686719. OLE color: 1686719.

HSL color Cylindrical-coordinate representation of color #BFBC19: hue angle of 58.92º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFBC19 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 188 25 -
CMYK 0 0.02 0.87 0.25
HSL 58.92º 0.77% 0.42% -
HSV(B) 58.92º 0.87% 0.75% -
XYZ 39.64 47.11 7.92 -
YUV 170.32 45.99 142.75 -
System Red Green Blue C M Y K H S L
Decimal 191 188 25 0 0.02 0.87 0.25 58.92 0.77 0.42
Hex BF BC 19 0 2 57 19 3B 4D 2A
Octal 277 274 31 0 2 127 31 73 115 52
Binary 10111111 10111100 11001 0 10 1010111 11001 111011 1001101 101010

Color Harmonies of #BFBC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC19

Black with #BFBC19

Text Example


Text Example

White with #BFBC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC19; }

 p { color: rgb(191,188,25); }

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

background-color css

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

 a { background-color: rgb(191,188,25); }

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

border-color css

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

 span { border-color: rgb(191,188,25); }

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