Html Css Color HEX #BDA700 Buddha Gold

📋 copy color: '#BDA700'

red 189 ◦ green 167 ◦ blue 0

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

Shades of Buddha Gold #BDA700

Tints of Buddha Gold #BDA700

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.91%

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

R = 53.09%
G = 46.91%
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

#BDA700 (or 0xBDA700) is known color: Buddha Gold. HEX triplet: BD, A7 and 00. RGB value is (189,167,0). Sum of RGB (Red+Green+Blue) = 189+167+0=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA700 is #4258FF. Grayscale: #9B9B9B. Windows color (decimal): -4348160 or 42941. OLE color: 42941.

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

Color convert

RGB 189 167 0 -
CMYK 0 0.12 1 0.26
HSL 53.02º 1% 0.37% -
HSV(B) 53.02º 1% 0.74% -
XYZ 34.8 38.46 5.59 -
YUV 154.54 40.79 152.58 -
System Red Green Blue C M Y K H S L
Decimal 189 167 0 0 0.12 1 0.26 53.02 1 0.37
Hex BD A7 0 0 C 64 1A 35 64 25
Octal 275 247 0 0 14 144 32 65 144 45
Binary 10111101 10100111 0 0 1100 1100100 11010 110101 1100100 100101

Color Harmonies of #BDA700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA700

Black with #BDA700

Text Example


Text Example

White with #BDA700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA700; }

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

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

background-color css

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

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

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

border-color css

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

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

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