Html Css Color HEX #BDA803 Buddha Gold

📋 copy color: '#BDA803'

red 189 ◦ green 168 ◦ blue 3

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

Shades of Buddha Gold #BDA803

Tints of Buddha Gold #BDA803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 52.5%
G = 46.67%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BDA803 (or 0xBDA803) is known color: Buddha Gold. HEX triplet: BD, A8 and 03. RGB value is (189,168,3). Sum of RGB (Red+Green+Blue) = 189+168+3=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 3 (1.56% from 255 or 0.83% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA803 is #4257FC. Grayscale: #9C9C9C. Windows color (decimal): -4347901 or 239805. OLE color: 239805.

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

Color convert

RGB 189 168 3 -
CMYK 0 0.11 0.98 0.26
HSL 53.23º 0.97% 0.38% -
HSV(B) 53.23º 0.98% 0.74% -
XYZ 35.01 38.83 5.74 -
YUV 155.47 41.96 151.92 -
System Red Green Blue C M Y K H S L
Decimal 189 168 3 0 0.11 0.98 0.26 53.23 0.97 0.38
Hex BD A8 3 0 B 62 1A 35 61 26
Octal 275 250 3 0 13 142 32 65 141 46
Binary 10111101 10101000 11 0 1011 1100010 11010 110101 1100001 100110

Color Harmonies of #BDA803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA803

Black with #BDA803

Text Example


Text Example

White with #BDA803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA803; }

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

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

background-color css

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

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

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

border-color css

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

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

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