#BDBA1F

Color #BDBA1F Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #BDBA1F

Tints of Rio Grande #BDBA1F

Color information

#BDBA1F (or 0xBDBA1F) is unknown color: approx Rio Grande. HEX triplet: BD, BA and 1F. RGB value is (189,186,31). Sum of RGB (Red+Green+Blue) = 189+186+31=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 31 (12.5% from 255 or 7.64% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA1F is #4245E0. Grayscale: #A9A9A9. Windows color (decimal): -4343265 or 2079421. OLE color: 2079421.

HSL color Cylindrical-coordinate representation of color #BDBA1F: hue angle of 58.86º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDBA1F is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB18918631-
CMYK00.020.840.26
HSL58.86º71.82%43.14%-
HSV(B)58.86º83.6%74.12%-
XYZ38.7946.048.14-
YUV169.2349.99142.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.55%
GREEN value IS 186 (73.05% from 255) = 45.81%
BLUE value IS 31 (12.5% from 255) = 7.64%
R=46.55%
G=45.81%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891863100.020.840.2658.8671.8243.14
HexBDBA1F02541A3b482b
Octal2752723702124327311053
Binary1011110110111010111110101010100110101110111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA1F; }

 p { color: rgb(189,186,31); }

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

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

 a { background-color: rgb(189,186,31); }

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

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

 span { border-color: rgb(189,186,31); }

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