Html Css Color HEX #BDB516 La Rioja

📋 copy color: '#BDB516'

red 189 ◦ green 181 ◦ blue 22

#BDB516
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BDB516

Tints of La Rioja #BDB516

RGB

 RED value IS 189 (74.22% from 255) = 48.21%

 GREEN value IS 181 (71.09% from 255) = 46.17%

 BLUE value IS 22 (8.98% from 255) = 5.61%

R = 48.21%
G = 46.17%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BDB516 (or 0xBDB516) is known color: La Rioja. HEX triplet: BD, B5 and 16. RGB value is (189,181,22). Sum of RGB (Red+Green+Blue) = 189+181+22=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB516 is #424AE9. Grayscale: #A5A5A5. Windows color (decimal): -4344554 or 1488317. OLE color: 1488317.

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

Color convert

RGB 189 181 22 -
CMYK 0 0.04 0.88 0.26
HSL 57.13º 0.79% 0.41% -
HSV(B) 57.13º 0.88% 0.74% -
XYZ 37.65 43.92 7.25 -
YUV 165.27 47.15 144.93 -
System Red Green Blue C M Y K H S L
Decimal 189 181 22 0 0.04 0.88 0.26 57.13 0.79 0.41
Hex BD B5 16 0 4 58 1A 39 4F 29
Octal 275 265 26 0 4 130 32 71 117 51
Binary 10111101 10110101 10110 0 100 1011000 11010 111001 1001111 101001

Color Harmonies of #BDB516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB516

Black with #BDB516

Text Example


Text Example

White with #BDB516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB516; }

 p { color: rgb(189,181,22); }

 H1.HeaderClassName
 {
   color: #BDB516;
 }
 .AnyTagClassName
 {
   color: #BDB516;
 }
</style>

background-color css

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

 a { background-color: rgb(189,181,22); }

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

border-color css

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

 span { border-color: rgb(189,181,22); }

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