#BDB603

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

Shades of La Rioja #BDB603

Tints of La Rioja #BDB603

Color information

#BDB603 (or 0xBDB603) is unknown color: approx La Rioja. HEX triplet: BD, B6 and 03. RGB value is (189,182,3). Sum of RGB (Red+Green+Blue) = 189+182+3=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 182 (71.48% from 255 or 48.66% from 374); Blue value is 3 (1.56% from 255 or 0.80% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB603 is #4249FC. Grayscale: #A4A4A4. Windows color (decimal): -4344317 or 243389. OLE color: 243389.

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

Color convert

RGB1891823-
CMYK00.040.980.26
HSL57.74º96.88%37.65%-
HSV(B)57.74º98.41%74.12%-
XYZ37.7344.286.64-
YUV163.6937.32146.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.53%
GREEN value IS 182 (71.48% from 255) = 48.66%
BLUE value IS 3 (1.56% from 255) = 0.80%
R=50.53%
G=48.66%
B=0.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189182300.040.980.2657.7496.8837.65
HexBDB6304621A3a6126
Octal275266304142327214146
Binary10111101101101101101001100010110101110101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB603; }

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

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

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

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

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

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

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

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