Html Css Color HEX #BFB900 La Rioja

📋 copy color: '#BFB900'

red 191 ◦ green 185 ◦ blue 0

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

Shades of La Rioja #BFB900

Tints of La Rioja #BFB900

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.8%
G = 49.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BFB900 (or 0xBFB900) is known color: La Rioja. HEX triplet: BF, B9 and 00. RGB value is (191,185,0). Sum of RGB (Red+Green+Blue) = 191+185+0=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB900 is #4046FF. Grayscale: #A6A6A6. Windows color (decimal): -4212480 or 47551. OLE color: 47551.

HSL color Cylindrical-coordinate representation of color #BFB900: hue angle of 58.12º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFB900 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 185 0 -
CMYK 0 0.03 1 0.25
HSL 58.12º 1% 0.37% -
HSV(B) 58.12º 1% 0.75% -
XYZ 38.83 45.77 6.79 -
YUV 165.7 34.49 146.04 -
System Red Green Blue C M Y K H S L
Decimal 191 185 0 0 0.03 1 0.25 58.12 1 0.37
Hex BF B9 0 0 3 64 19 3A 64 25
Octal 277 271 0 0 3 144 31 72 144 45
Binary 10111111 10111001 0 0 11 1100100 11001 111010 1100100 100101

Color Harmonies of #BFB900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB900

Black with #BFB900

Text Example


Text Example

White with #BFB900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB900; }

 p { color: rgb(191,185,0); }

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

background-color css

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

 a { background-color: rgb(191,185,0); }

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

border-color css

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

 span { border-color: rgb(191,185,0); }

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