Html Css Color HEX #BDA110 Buddha Gold

📋 copy color: '#BDA110'

red 189 ◦ green 161 ◦ blue 16

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

Shades of Buddha Gold #BDA110

Tints of Buddha Gold #BDA110

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.99%

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

R = 51.64%
G = 43.99%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BDA110 (or 0xBDA110) is known color: Buddha Gold. HEX triplet: BD, A1 and 10. RGB value is (189,161,16). Sum of RGB (Red+Green+Blue) = 189+161+16=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA110 is #425EEF. Grayscale: #999999. Windows color (decimal): -4349680 or 1089981. OLE color: 1089981.

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

Color convert

RGB 189 161 16 -
CMYK 0 0.15 0.92 0.26
HSL 50.29º 0.84% 0.4% -
HSV(B) 50.29º 0.92% 0.74% -
XYZ 33.82 36.35 5.72 -
YUV 152.84 50.78 153.79 -
System Red Green Blue C M Y K H S L
Decimal 189 161 16 0 0.15 0.92 0.26 50.29 0.84 0.4
Hex BD A1 10 0 F 5C 1A 32 54 28
Octal 275 241 20 0 17 134 32 62 124 50
Binary 10111101 10100001 10000 0 1111 1011100 11010 110010 1010100 101000

Color Harmonies of #BDA110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA110

Black with #BDA110

Text Example


Text Example

White with #BDA110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA110; }

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

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

background-color css

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

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

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

border-color css

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

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

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