Html Css Color HEX #BDAE0A La Rioja

📋 copy color: '#BDAE0A'

red 189 ◦ green 174 ◦ blue 10

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

Shades of La Rioja #BDAE0A

Tints of La Rioja #BDAE0A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.65%

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

R = 50.67%
G = 46.65%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BDAE0A (or 0xBDAE0A) is known color: La Rioja. HEX triplet: BD, AE and 0A. RGB value is (189,174,10). Sum of RGB (Red+Green+Blue) = 189+174+10=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAE0A is #4251F5. Grayscale: #A0A0A0. Windows color (decimal): -4346358 or 700093. OLE color: 700093.

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

Color convert

RGB 189 174 10 -
CMYK 0 0.08 0.95 0.26
HSL 54.97º 0.9% 0.39% -
HSV(B) 54.97º 0.95% 0.74% -
XYZ 36.18 41.11 6.32 -
YUV 159.79 43.47 148.84 -
System Red Green Blue C M Y K H S L
Decimal 189 174 10 0 0.08 0.95 0.26 54.97 0.9 0.39
Hex BD AE A 0 8 5F 1A 37 5A 27
Octal 275 256 12 0 10 137 32 67 132 47
Binary 10111101 10101110 1010 0 1000 1011111 11010 110111 1011010 100111

Color Harmonies of #BDAE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE0A

Black with #BDAE0A

Text Example


Text Example

White with #BDAE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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