#BFB100

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

Shades of La Rioja #BFB100

Tints of La Rioja #BFB100

Color information

#BFB100 (or 0xBFB100) is unknown color: approx La Rioja. HEX triplet: BF, B1 and 00. RGB value is (191,177,0). Sum of RGB (Red+Green+Blue) = 191+177+0=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB100 is #404EFF. Grayscale: #A1A1A1. Windows color (decimal): -4214528 or 45503. OLE color: 45503.

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

Color convert

RGB1911770-
CMYK00.0710.25
HSL55.6º100%37.45%-
HSV(B)55.6º100%74.9%-
XYZ37.2142.526.25-
YUV161.0137.14149.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.90%
GREEN value IS 177 (69.53% from 255) = 48.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.90%
G=48.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191177000.0710.2555.610037.45
HexBFB10076419386425
Octal277261007144317014445
Binary1011111110110001001111100100110011110001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB100; }

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

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

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

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

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

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

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

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