Html Css Color HEX #BDA000 Buddha Gold

📋 copy color: '#BDA000'

red 189 ◦ green 160 ◦ blue 0

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

Shades of Buddha Gold #BDA000

Tints of Buddha Gold #BDA000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.15%
G = 45.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BDA000 (or 0xBDA000) is known color: Buddha Gold. HEX triplet: BD, A0 and 00. RGB value is (189,160,0). Sum of RGB (Red+Green+Blue) = 189+160+0=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA000 is #425FFF. Grayscale: #979797. Windows color (decimal): -4349952 or 41149. OLE color: 41149.

HSL color Cylindrical-coordinate representation of color #BDA000: hue angle of 50.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDA000 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 160 0 -
CMYK 0 0.15 1 0.26
HSL 50.79º 1% 0.37% -
HSV(B) 50.79º 1% 0.74% -
XYZ 33.56 35.96 5.17 -
YUV 150.43 43.11 155.51 -
System Red Green Blue C M Y K H S L
Decimal 189 160 0 0 0.15 1 0.26 50.79 1 0.37
Hex BD A0 0 0 F 64 1A 33 64 25
Octal 275 240 0 0 17 144 32 63 144 45
Binary 10111101 10100000 0 0 1111 1100100 11010 110011 1100100 100101

Color Harmonies of #BDA000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA000

Black with #BDA000

Text Example


Text Example

White with #BDA000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA000; }

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

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

background-color css

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

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

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

border-color css

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

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

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