#BFBC18

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

Shades of La Rioja #BFBC18

Tints of La Rioja #BFBC18

Color information

#BFBC18 (or 0xBFBC18) is unknown color: approx La Rioja. HEX triplet: BF, BC and 18. RGB value is (191,188,24). Sum of RGB (Red+Green+Blue) = 191+188+24=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 24 (9.77% from 255 or 5.96% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBC18 is #4043E7. Grayscale: #AAAAAA. Windows color (decimal): -4211688 or 1621183. OLE color: 1621183.

HSL color Cylindrical-coordinate representation of color #BFBC18: hue angle of 58.92º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFBC18 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB19118824-
CMYK00.020.870.25
HSL58.92º77.67%42.16%-
HSV(B)58.92º87.43%74.9%-
XYZ39.6347.117.87-
YUV170.245.49142.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.39%
GREEN value IS 188 (73.83% from 255) = 46.65%
BLUE value IS 24 (9.77% from 255) = 5.96%
R=47.39%
G=46.65%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911882400.020.870.2558.9277.6742.16
HexBFBC180257193b4e2a
Octal2772743002127317311652
Binary1011111110111100110000101010111110011110111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBC18; }

 p { color: rgb(191,188,24); }

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

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

 a { background-color: rgb(191,188,24); }

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

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

 span { border-color: rgb(191,188,24); }

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