Html Css Color HEX #BDA806 Buddha Gold

📋 copy color: '#BDA806'

red 189 ◦ green 168 ◦ blue 6

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

Shades of Buddha Gold #BDA806

Tints of Buddha Gold #BDA806

RGB

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

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

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

R = 52.07%
G = 46.28%
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

#BDA806 (or 0xBDA806) is known color: Buddha Gold. HEX triplet: BD, A8 and 06. RGB value is (189,168,6). Sum of RGB (Red+Green+Blue) = 189+168+6=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA806 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA806 is #4257F9. Grayscale: #9C9C9C. Windows color (decimal): -4347898 or 436413. OLE color: 436413.

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

Color convert

RGB 189 168 6 -
CMYK 0 0.11 0.97 0.26
HSL 53.11º 0.94% 0.38% -
HSV(B) 53.11º 0.97% 0.74% -
XYZ 35.02 38.84 5.82 -
YUV 155.81 43.46 151.67 -
System Red Green Blue C M Y K H S L
Decimal 189 168 6 0 0.11 0.97 0.26 53.11 0.94 0.38
Hex BD A8 6 0 B 61 1A 35 5E 26
Octal 275 250 6 0 13 141 32 65 136 46
Binary 10111101 10101000 110 0 1011 1100001 11010 110101 1011110 100110

Color Harmonies of #BDA806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA806

Black with #BDA806

Text Example


Text Example

White with #BDA806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA806; }

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

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

background-color css

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

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

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

border-color css

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

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

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