#BFB10B

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

Shades of La Rioja #BFB10B

Tints of La Rioja #BFB10B

Color information

#BFB10B (or 0xBFB10B) is unknown color: approx La Rioja. HEX triplet: BF, B1 and 0B. RGB value is (191,177,11). Sum of RGB (Red+Green+Blue) = 191+177+11=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB10B is #404EF4. Grayscale: #A2A2A2. Windows color (decimal): -4214517 or 766399. OLE color: 766399.

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

Color convert

RGB19117711-
CMYK00.070.940.25
HSL55.33º89.11%39.61%-
HSV(B)55.33º94.24%74.9%-
XYZ37.2742.546.56-
YUV162.2642.64148.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.40%
GREEN value IS 177 (69.53% from 255) = 46.70%
BLUE value IS 11 (4.69% from 255) = 2.90%
R=50.40%
G=46.70%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911771100.070.940.2555.3389.1139.61
HexBFB1B075E19375928
Octal2772611307136316713150
Binary1011111110110001101101111011110110011101111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB10B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB10B; }

 p { color: rgb(191,177,11); }

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

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

 a { background-color: rgb(191,177,11); }

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

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

 span { border-color: rgb(191,177,11); }

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