#BDB106

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

Shades of La Rioja #BDB106

Tints of La Rioja #BDB106

Color information

#BDB106 (or 0xBDB106) is unknown color: approx La Rioja. HEX triplet: BD, B1 and 06. RGB value is (189,177,6). Sum of RGB (Red+Green+Blue) = 189+177+6=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 6 (2.73% from 255 or 1.61% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB106 is #424EF9. Grayscale: #A1A1A1. Windows color (decimal): -4345594 or 438717. OLE color: 438717.

HSL color Cylindrical-coordinate representation of color #BDB106: hue angle of 56.07º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDB106 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB1891776-
CMYK00.060.970.26
HSL56.07º93.85%38.24%-
HSV(B)56.07º96.83%74.12%-
XYZ36.7442.286.4-
YUV161.0940.48147.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.81%
GREEN value IS 177 (69.53% from 255) = 47.58%
BLUE value IS 6 (2.73% from 255) = 1.61%
R=50.81%
G=47.58%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189177600.060.970.2656.0793.8538.24
HexBDB1606611A385e26
Octal275261606141327013646
Binary101111011011000111001101100001110101110001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB106; }

 p { color: rgb(189,177,6); }

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

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

 a { background-color: rgb(189,177,6); }

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

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

 span { border-color: rgb(189,177,6); }

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