#BDB701

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

Shades of La Rioja #BDB701

Tints of La Rioja #BDB701

Color information

#BDB701 (or 0xBDB701) is unknown color: approx La Rioja. HEX triplet: BD, B7 and 01. RGB value is (189,183,1). Sum of RGB (Red+Green+Blue) = 189+183+1=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB701 is #4248FE. Grayscale: #A4A4A4. Windows color (decimal): -4344063 or 112573. OLE color: 112573.

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

Color convert

RGB1891831-
CMYK00.030.990.26
HSL58.09º98.95%37.25%-
HSV(B)58.09º99.47%74.12%-
XYZ37.9344.696.66-
YUV164.0535.99145.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.67%
GREEN value IS 183 (71.88% from 255) = 49.06%
BLUE value IS 1 (0.78% from 255) = 0.27%
R=50.67%
G=49.06%
B=0.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189183100.030.990.2658.0998.9537.25
HexBDB7103631A3a6325
Octal275267103143327214345
Binary101111011011011110111100011110101110101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB701; }

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

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

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

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

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

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

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

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