Html Css Color HEX #BDA810 Buddha Gold

📋 copy color: '#BDA810'

red 189 ◦ green 168 ◦ blue 16

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

Shades of Buddha Gold #BDA810

Tints of Buddha Gold #BDA810

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.04%

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

R = 50.67%
G = 45.04%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BDA810 (or 0xBDA810) is known color: Buddha Gold. HEX triplet: BD, A8 and 10. RGB value is (189,168,16). Sum of RGB (Red+Green+Blue) = 189+168+16=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA810 is #4257EF. Grayscale: #9D9D9D. Windows color (decimal): -4347888 or 1091773. OLE color: 1091773.

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

Color convert

RGB 189 168 16 -
CMYK 0 0.11 0.92 0.26
HSL 52.72º 0.84% 0.4% -
HSV(B) 52.72º 0.92% 0.74% -
XYZ 35.08 38.86 6.14 -
YUV 156.95 48.46 150.86 -
System Red Green Blue C M Y K H S L
Decimal 189 168 16 0 0.11 0.92 0.26 52.72 0.84 0.4
Hex BD A8 10 0 B 5C 1A 35 54 28
Octal 275 250 20 0 13 134 32 65 124 50
Binary 10111101 10101000 10000 0 1011 1011100 11010 110101 1010100 101000

Color Harmonies of #BDA810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA810

Black with #BDA810

Text Example


Text Example

White with #BDA810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA810; }

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

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

background-color css

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

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

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

border-color css

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

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

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