Html Css Color HEX #BDA004 Buddha Gold

📋 copy color: '#BDA004'

red 189 ◦ green 160 ◦ blue 4

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

Shades of Buddha Gold #BDA004

Tints of Buddha Gold #BDA004

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.33%

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

R = 53.54%
G = 45.33%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BDA004 (or 0xBDA004) is known color: Buddha Gold. HEX triplet: BD, A0 and 04. RGB value is (189,160,4). Sum of RGB (Red+Green+Blue) = 189+160+4=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 4 (1.95% from 255 or 1.13% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA004 is #425FFB. Grayscale: #979797. Windows color (decimal): -4349948 or 303293. OLE color: 303293.

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

Color convert

RGB 189 160 4 -
CMYK 0 0.15 0.98 0.26
HSL 50.59º 0.96% 0.38% -
HSV(B) 50.59º 0.98% 0.74% -
XYZ 33.58 35.97 5.29 -
YUV 150.89 45.11 155.18 -
System Red Green Blue C M Y K H S L
Decimal 189 160 4 0 0.15 0.98 0.26 50.59 0.96 0.38
Hex BD A0 4 0 F 62 1A 33 60 26
Octal 275 240 4 0 17 142 32 63 140 46
Binary 10111101 10100000 100 0 1111 1100010 11010 110011 1100000 100110

Color Harmonies of #BDA004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA004

Black with #BDA004

Text Example


Text Example

White with #BDA004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA004; }

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

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

background-color css

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

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

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

border-color css

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

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

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