#BFB000

Color #BFB000 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BFB000

Tints of La Rioja #BFB000

Color information

#BFB000 (or 0xBFB000) is unknown color: approx La Rioja. HEX triplet: BF, B0 and 00. RGB value is (191,176,0). Sum of RGB (Red+Green+Blue) = 191+176+0=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB000 is #404FFF. Grayscale: #A1A1A1. Windows color (decimal): -4214784 or 45247. OLE color: 45247.

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

Color convert

RGB1911760-
CMYK00.0810.25
HSL55.29º100%37.45%-
HSV(B)55.29º100%74.9%-
XYZ37.0142.136.18-
YUV160.4237.47149.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.04%
GREEN value IS 176 (69.14% from 255) = 47.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.04%
G=47.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191176000.0810.2555.2910037.45
HexBFB00086419376425
Octal2772600010144316714445
Binary10111111101100000010001100100110011101111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB000; }

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

 H1.HeaderClassName
 {
   color: #BFB000;
 }
 .AnyTagClassName
 {
   color: #BFB000;
 }
</style>
background-color css

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

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

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

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

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

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