#BFB00F

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

Shades of La Rioja #BFB00F

Tints of La Rioja #BFB00F

Color information

#BFB00F (or 0xBFB00F) is unknown color: approx La Rioja. HEX triplet: BF, B0 and 0F. RGB value is (191,176,15). Sum of RGB (Red+Green+Blue) = 191+176+15=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB00F is #404FF0. Grayscale: #A2A2A2. Windows color (decimal): -4214769 or 1028287. OLE color: 1028287.

HSL color Cylindrical-coordinate representation of color #BFB00F: hue angle of 54.89º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFB00F is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB19117615-
CMYK00.080.920.25
HSL54.89º85.44%40.39%-
HSV(B)54.89º92.15%74.9%-
XYZ37.142.166.63-
YUV162.1344.97148.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50%
GREEN value IS 176 (69.14% from 255) = 46.07%
BLUE value IS 15 (6.25% from 255) = 3.93%
R=50%
G=46.07%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911761500.080.920.2554.8985.4440.39
HexBFB0F085C19375528
Octal27726017010134316712550
Binary10111111101100001111010001011100110011101111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB00F; }

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

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

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

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

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

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

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

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