Html Css Color HEX #BDA600 Buddha Gold

📋 copy color: '#BDA600'

red 189 ◦ green 166 ◦ blue 0

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

Shades of Buddha Gold #BDA600

Tints of Buddha Gold #BDA600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.76%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.24%
G = 46.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BDA600 (or 0xBDA600) is known color: Buddha Gold. HEX triplet: BD, A6 and 00. RGB value is (189,166,0). Sum of RGB (Red+Green+Blue) = 189+166+0=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA600 is #4259FF. Grayscale: #9A9A9A. Windows color (decimal): -4348416 or 42685. OLE color: 42685.

HSL color Cylindrical-coordinate representation of color #BDA600: hue angle of 52.7º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDA600 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 166 0 -
CMYK 0 0.12 1 0.26
HSL 52.7º 1% 0.37% -
HSV(B) 52.7º 1% 0.74% -
XYZ 34.62 38.09 5.53 -
YUV 153.95 41.12 153 -
System Red Green Blue C M Y K H S L
Decimal 189 166 0 0 0.12 1 0.26 52.7 1 0.37
Hex BD A6 0 0 C 64 1A 35 64 25
Octal 275 246 0 0 14 144 32 65 144 45
Binary 10111101 10100110 0 0 1100 1100100 11010 110101 1100100 100101

Color Harmonies of #BDA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA600

Black with #BDA600

Text Example


Text Example

White with #BDA600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA600; }

 p { color: rgb(189,166,0); }

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

background-color css

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

 a { background-color: rgb(189,166,0); }

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

border-color css

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

 span { border-color: rgb(189,166,0); }

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