Html Css Color HEX #BDA906 Buddha Gold

📋 copy color: '#BDA906'

red 189 ◦ green 169 ◦ blue 6

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

Shades of Buddha Gold #BDA906

Tints of Buddha Gold #BDA906

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.43%

 BLUE value IS 6 (2.73% from 255) = 1.65%

R = 51.92%
G = 46.43%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BDA906 (or 0xBDA906) is known color: Buddha Gold. HEX triplet: BD, A9 and 06. RGB value is (189,169,6). Sum of RGB (Red+Green+Blue) = 189+169+6=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 169 (66.41% from 255 or 46.43% from 364); Blue value is 6 (2.73% from 255 or 1.65% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA906 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA906 is #4256F9. Grayscale: #9D9D9D. Windows color (decimal): -4347642 or 436669. OLE color: 436669.

HSL color Cylindrical-coordinate representation of color #BDA906: hue angle of 53.44º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDA906 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 169 6 -
CMYK 0 0.11 0.97 0.26
HSL 53.44º 0.94% 0.38% -
HSV(B) 53.44º 0.97% 0.74% -
XYZ 35.21 39.21 5.88 -
YUV 156.4 43.13 151.25 -
System Red Green Blue C M Y K H S L
Decimal 189 169 6 0 0.11 0.97 0.26 53.44 0.94 0.38
Hex BD A9 6 0 B 61 1A 35 5E 26
Octal 275 251 6 0 13 141 32 65 136 46
Binary 10111101 10101001 110 0 1011 1100001 11010 110101 1011110 100110

Color Harmonies of #BDA906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA906

Black with #BDA906

Text Example


Text Example

White with #BDA906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA906; }

 p { color: rgb(189,169,6); }

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

background-color css

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

 a { background-color: rgb(189,169,6); }

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

border-color css

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

 span { border-color: rgb(189,169,6); }

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