Html Css Color HEX #BDA903 La Rioja

📋 copy color: '#BDA903'

red 189 ◦ green 169 ◦ blue 3

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

Shades of La Rioja #BDA903

Tints of La Rioja #BDA903

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.81%

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 52.35%
G = 46.81%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BDA903 (or 0xBDA903) is known color: La Rioja. HEX triplet: BD, A9 and 03. RGB value is (189,169,3). Sum of RGB (Red+Green+Blue) = 189+169+3=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 169 (66.41% from 255 or 46.81% from 361); Blue value is 3 (1.56% from 255 or 0.83% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA903 is #4256FC. Grayscale: #9C9C9C. Windows color (decimal): -4347645 or 240061. OLE color: 240061.

HSL color Cylindrical-coordinate representation of color #BDA903: hue angle of 53.55º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDA903 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 169 3 -
CMYK 0 0.11 0.98 0.26
HSL 53.55º 0.97% 0.38% -
HSV(B) 53.55º 0.98% 0.74% -
XYZ 35.19 39.2 5.8 -
YUV 156.06 41.63 151.5 -
System Red Green Blue C M Y K H S L
Decimal 189 169 3 0 0.11 0.98 0.26 53.55 0.97 0.38
Hex BD A9 3 0 B 62 1A 36 61 26
Octal 275 251 3 0 13 142 32 66 141 46
Binary 10111101 10101001 11 0 1011 1100010 11010 110110 1100001 100110

Color Harmonies of #BDA903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA903

Black with #BDA903

Text Example


Text Example

White with #BDA903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA903; }

 p { color: rgb(189,169,3); }

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

background-color css

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

 a { background-color: rgb(189,169,3); }

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

border-color css

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

 span { border-color: rgb(189,169,3); }

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