Html Css Color HEX #BDA504 Buddha Gold

📋 copy color: '#BDA504'

red 189 ◦ green 165 ◦ blue 4

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

Shades of Buddha Gold #BDA504

Tints of Buddha Gold #BDA504

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.09%

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

R = 52.79%
G = 46.09%
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

#BDA504 (or 0xBDA504) is known color: Buddha Gold. HEX triplet: BD, A5 and 04. RGB value is (189,165,4). Sum of RGB (Red+Green+Blue) = 189+165+4=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 165 (64.84% from 255 or 46.09% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA504 is #425AFB. Grayscale: #9A9A9A. Windows color (decimal): -4348668 or 304573. OLE color: 304573.

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

Color convert

RGB 189 165 4 -
CMYK 0 0.13 0.98 0.26
HSL 52.22º 0.96% 0.38% -
HSV(B) 52.22º 0.98% 0.74% -
XYZ 34.46 37.74 5.58 -
YUV 153.82 43.45 153.09 -
System Red Green Blue C M Y K H S L
Decimal 189 165 4 0 0.13 0.98 0.26 52.22 0.96 0.38
Hex BD A5 4 0 D 62 1A 34 60 26
Octal 275 245 4 0 15 142 32 64 140 46
Binary 10111101 10100101 100 0 1101 1100010 11010 110100 1100000 100110

Color Harmonies of #BDA504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA504

Black with #BDA504

Text Example


Text Example

White with #BDA504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA504; }

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

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

background-color css

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

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

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

border-color css

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

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

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