#BDA801

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

Shades of La Rioja #BDA801

Tints of La Rioja #BDA801

Color information

#BDA801 (or 0xBDA801) is unknown color: approx La Rioja. HEX triplet: BD, A8 and 01. RGB value is (189,168,1). Sum of RGB (Red+Green+Blue) = 189+168+1=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA801 is #4257FE. Grayscale: #9B9B9B. Windows color (decimal): -4347903 or 108733. OLE color: 108733.

HSL color Cylindrical-coordinate representation of color #BDA801: hue angle of 53.3º 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 #BDA801 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB1891681-
CMYK00.110.990.26
HSL53.3º98.95%37.25%-
HSV(B)53.3º99.47%74.12%-
XYZ34.9938.835.68-
YUV155.2440.96152.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.79%
GREEN value IS 168 (66.02% from 255) = 46.93%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=52.79%
G=46.93%
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
Decimal189168100.110.990.2653.398.9537.25
HexBDA810B631A356325
Octal2752501013143326514345
Binary10111101101010001010111100011110101101011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA801; }

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

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

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

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

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

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

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

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