#BDA901

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

Shades of La Rioja #BDA901

Tints of La Rioja #BDA901

Color information

#BDA901 (or 0xBDA901) is unknown color: approx La Rioja. HEX triplet: BD, A9 and 01. RGB value is (189,169,1). Sum of RGB (Red+Green+Blue) = 189+169+1=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 169 (66.41% from 255 or 47.08% from 359); Blue value is 1 (0.78% from 255 or 0.28% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA901 is #4256FE. Grayscale: #9C9C9C. Windows color (decimal): -4347647 or 108989. OLE color: 108989.

HSL color Cylindrical-coordinate representation of color #BDA901: hue angle of 53.62º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDA901 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB1891691-
CMYK00.110.990.26
HSL53.62º98.95%37.25%-
HSV(B)53.62º99.47%74.12%-
XYZ35.1839.25.74-
YUV155.8340.63151.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.65%
GREEN value IS 169 (66.41% from 255) = 47.08%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=52.65%
G=47.08%
B=0.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189169100.110.990.2653.6298.9537.25
HexBDA910B631A366325
Octal2752511013143326614345
Binary10111101101010011010111100011110101101101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA901; }

 p { color: rgb(189,169,1); }

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

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

 a { background-color: rgb(189,169,1); }

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

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

 span { border-color: rgb(189,169,1); }

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