Html Css Color HEX #BDA410 Buddha Gold

📋 copy color: '#BDA410'

red 189 ◦ green 164 ◦ blue 16

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

Shades of Buddha Gold #BDA410

Tints of Buddha Gold #BDA410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.34%

R = 51.22%
G = 44.44%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BDA410 (or 0xBDA410) is known color: Buddha Gold. HEX triplet: BD, A4 and 10. RGB value is (189,164,16). Sum of RGB (Red+Green+Blue) = 189+164+16=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA410 is #425BEF. Grayscale: #9B9B9B. Windows color (decimal): -4348912 or 1090749. OLE color: 1090749.

HSL color Cylindrical-coordinate representation of color #BDA410: hue angle of 51.33º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDA410 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 164 16 -
CMYK 0 0.13 0.92 0.26
HSL 51.33º 0.84% 0.4% -
HSV(B) 51.33º 0.92% 0.74% -
XYZ 34.36 37.41 5.9 -
YUV 154.6 49.78 152.53 -
System Red Green Blue C M Y K H S L
Decimal 189 164 16 0 0.13 0.92 0.26 51.33 0.84 0.4
Hex BD A4 10 0 D 5C 1A 33 54 28
Octal 275 244 20 0 15 134 32 63 124 50
Binary 10111101 10100100 10000 0 1101 1011100 11010 110011 1010100 101000

Color Harmonies of #BDA410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA410

Black with #BDA410

Text Example


Text Example

White with #BDA410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA410; }

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

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

background-color css

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

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

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

border-color css

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

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

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