Html Css Color HEX #BDA404 Buddha Gold

📋 copy color: '#BDA404'

red 189 ◦ green 164 ◦ blue 4

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

Shades of Buddha Gold #BDA404

Tints of Buddha Gold #BDA404

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.94%

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

R = 52.94%
G = 45.94%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BDA404 (or 0xBDA404) is known color: Buddha Gold. HEX triplet: BD, A4 and 04. RGB value is (189,164,4). Sum of RGB (Red+Green+Blue) = 189+164+4=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 4 (1.95% from 255 or 1.12% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA404 is #425BFB. Grayscale: #999999. Windows color (decimal): -4348924 or 304317. OLE color: 304317.

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

Color convert

RGB 189 164 4 -
CMYK 0 0.13 0.98 0.26
HSL 51.89º 0.96% 0.38% -
HSV(B) 51.89º 0.98% 0.74% -
XYZ 34.28 37.38 5.52 -
YUV 153.24 43.78 153.51 -
System Red Green Blue C M Y K H S L
Decimal 189 164 4 0 0.13 0.98 0.26 51.89 0.96 0.38
Hex BD A4 4 0 D 62 1A 34 60 26
Octal 275 244 4 0 15 142 32 64 140 46
Binary 10111101 10100100 100 0 1101 1100010 11010 110100 1100000 100110

Color Harmonies of #BDA404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA404

Black with #BDA404

Text Example


Text Example

White with #BDA404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA404; }

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

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

background-color css

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

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

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

border-color css

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

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

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