Html Css Color HEX #BDAC04 La Rioja

📋 copy color: '#BDAC04'

red 189 ◦ green 172 ◦ blue 4

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

Shades of La Rioja #BDAC04

Tints of La Rioja #BDAC04

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.12%

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

R = 51.78%
G = 47.12%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BDAC04 (or 0xBDAC04) is known color: La Rioja. HEX triplet: BD, AC and 04. RGB value is (189,172,4). Sum of RGB (Red+Green+Blue) = 189+172+4=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAC04 is #4253FB. Grayscale: #9E9E9E. Windows color (decimal): -4346876 or 306365. OLE color: 306365.

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

Color convert

RGB 189 172 4 -
CMYK 0 0.09 0.98 0.26
HSL 54.49º 0.96% 0.38% -
HSV(B) 54.49º 0.98% 0.74% -
XYZ 35.76 40.33 6.02 -
YUV 157.93 41.13 150.16 -
System Red Green Blue C M Y K H S L
Decimal 189 172 4 0 0.09 0.98 0.26 54.49 0.96 0.38
Hex BD AC 4 0 9 62 1A 36 60 26
Octal 275 254 4 0 11 142 32 66 140 46
Binary 10111101 10101100 100 0 1001 1100010 11010 110110 1100000 100110

Color Harmonies of #BDAC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC04

Black with #BDAC04

Text Example


Text Example

White with #BDAC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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