Html Css Color HEX #BDB50A La Rioja

📋 copy color: '#BDB50A'

red 189 ◦ green 181 ◦ blue 10

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

Shades of La Rioja #BDB50A

Tints of La Rioja #BDB50A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.63%

R = 49.74%
G = 47.63%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BDB50A (or 0xBDB50A) is known color: La Rioja. HEX triplet: BD, B5 and 0A. RGB value is (189,181,10). Sum of RGB (Red+Green+Blue) = 189+181+10=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 10 (4.30% from 255 or 2.63% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB50A is #424AF5. Grayscale: #A4A4A4. Windows color (decimal): -4344566 or 701885. OLE color: 701885.

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

Color convert

RGB 189 181 10 -
CMYK 0 0.04 0.95 0.26
HSL 57.32º 0.9% 0.39% -
HSV(B) 57.32º 0.95% 0.74% -
XYZ 37.56 43.89 6.78 -
YUV 163.9 41.15 145.9 -
System Red Green Blue C M Y K H S L
Decimal 189 181 10 0 0.04 0.95 0.26 57.32 0.9 0.39
Hex BD B5 A 0 4 5F 1A 39 5A 27
Octal 275 265 12 0 4 137 32 71 132 47
Binary 10111101 10110101 1010 0 100 1011111 11010 111001 1011010 100111

Color Harmonies of #BDB50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB50A

Black with #BDB50A

Text Example


Text Example

White with #BDB50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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