#BDB715

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

Shades of La Rioja #BDB715

Tints of La Rioja #BDB715

Color information

#BDB715 (or 0xBDB715) is unknown color: approx La Rioja. HEX triplet: BD, B7 and 15. RGB value is (189,183,21). Sum of RGB (Red+Green+Blue) = 189+183+21=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB715 is #4248EA. Grayscale: #A6A6A6. Windows color (decimal): -4344043 or 1423293. OLE color: 1423293.

HSL color Cylindrical-coordinate representation of color #BDB715: hue angle of 57.86º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDB715 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB18918321-
CMYK00.030.890.26
HSL57.86º80%41.18%-
HSV(B)57.86º88.89%74.12%-
XYZ38.0644.747.34-
YUV166.3345.99144.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.09%
GREEN value IS 183 (71.88% from 255) = 46.56%
BLUE value IS 21 (8.59% from 255) = 5.34%
R=48.09%
G=46.56%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891832100.030.890.2657.868041.18
HexBDB71503591A3a5029
Octal2752672503131327212051
Binary1011110110110111101010111011001110101110101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB715; }

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

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

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

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

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

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

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

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