#BDB103

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

Shades of La Rioja #BDB103

Tints of La Rioja #BDB103

Color information

#BDB103 (or 0xBDB103) is unknown color: approx La Rioja. HEX triplet: BD, B1 and 03. RGB value is (189,177,3). Sum of RGB (Red+Green+Blue) = 189+177+3=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB103 is #424EFC. Grayscale: #A1A1A1. Windows color (decimal): -4345597 or 242109. OLE color: 242109.

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

Color convert

RGB1891773-
CMYK00.060.980.26
HSL56.13º96.88%37.65%-
HSV(B)56.13º98.41%74.12%-
XYZ36.7242.276.31-
YUV160.7538.98148.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.22%
GREEN value IS 177 (69.53% from 255) = 47.97%
BLUE value IS 3 (1.56% from 255) = 0.81%
R=51.22%
G=47.97%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189177300.060.980.2656.1396.8837.65
HexBDB1306621A386126
Octal275261306142327014146
Binary10111101101100011101101100010110101110001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB103; }

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

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

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

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

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

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

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

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