Html Css Color HEX #BDB510 La Rioja

📋 copy color: '#BDB510'

red 189 ◦ green 181 ◦ blue 16

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

Shades of La Rioja #BDB510

Tints of La Rioja #BDB510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.15%

R = 48.96%
G = 46.89%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BDB510 (or 0xBDB510) is known color: La Rioja. HEX triplet: BD, B5 and 10. RGB value is (189,181,16). Sum of RGB (Red+Green+Blue) = 189+181+16=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB510 is #424AEF. Grayscale: #A5A5A5. Windows color (decimal): -4344560 or 1095101. OLE color: 1095101.

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

Color convert

RGB 189 181 16 -
CMYK 0 0.04 0.92 0.26
HSL 57.23º 0.84% 0.4% -
HSV(B) 57.23º 0.92% 0.74% -
XYZ 37.6 43.9 6.98 -
YUV 164.58 44.15 145.42 -
System Red Green Blue C M Y K H S L
Decimal 189 181 16 0 0.04 0.92 0.26 57.23 0.84 0.4
Hex BD B5 10 0 4 5C 1A 39 54 28
Octal 275 265 20 0 4 134 32 71 124 50
Binary 10111101 10110101 10000 0 100 1011100 11010 111001 1010100 101000

Color Harmonies of #BDB510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB510

Black with #BDB510

Text Example


Text Example

White with #BDB510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB510; }

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

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

background-color css

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

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

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

border-color css

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

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

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