Html Css Color HEX #BDA904 La Rioja

📋 copy color: '#BDA904'

red 189 ◦ green 169 ◦ blue 4

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

Shades of La Rioja #BDA904

Tints of La Rioja #BDA904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 52.21%
G = 46.69%
B = 1.1%

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

#BDA904 (or 0xBDA904) is known color: La Rioja. HEX triplet: BD, A9 and 04. RGB value is (189,169,4). Sum of RGB (Red+Green+Blue) = 189+169+4=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 169 (66.41% from 255 or 46.69% from 362); Blue value is 4 (1.95% from 255 or 1.10% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA904 is #4256FB. Grayscale: #9C9C9C. Windows color (decimal): -4347644 or 305597. OLE color: 305597.

HSL color Cylindrical-coordinate representation of color #BDA904: hue angle of 53.51º degrees, saturation: 0.96, 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 #BDA904 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 169 4 -
CMYK 0 0.11 0.98 0.26
HSL 53.51º 0.96% 0.38% -
HSV(B) 53.51º 0.98% 0.74% -
XYZ 35.2 39.2 5.83 -
YUV 156.17 42.13 151.42 -
System Red Green Blue C M Y K H S L
Decimal 189 169 4 0 0.11 0.98 0.26 53.51 0.96 0.38
Hex BD A9 4 0 B 62 1A 36 60 26
Octal 275 251 4 0 13 142 32 66 140 46
Binary 10111101 10101001 100 0 1011 1100010 11010 110110 1100000 100110

Color Harmonies of #BDA904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA904

Black with #BDA904

Text Example


Text Example

White with #BDA904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA904; }

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

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

background-color css

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

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

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

border-color css

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

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

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