Html Css Color HEX #BDA503 Buddha Gold

📋 copy color: '#BDA503'

red 189 ◦ green 165 ◦ blue 3

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

Shades of Buddha Gold #BDA503

Tints of Buddha Gold #BDA503

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.22%

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

R = 52.94%
G = 46.22%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BDA503 (or 0xBDA503) is known color: Buddha Gold. HEX triplet: BD, A5 and 03. RGB value is (189,165,3). Sum of RGB (Red+Green+Blue) = 189+165+3=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 3 (1.56% from 255 or 0.84% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA503 is #425AFC. Grayscale: #9A9A9A. Windows color (decimal): -4348669 or 239037. OLE color: 239037.

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

Color convert

RGB 189 165 3 -
CMYK 0 0.13 0.98 0.26
HSL 52.26º 0.97% 0.38% -
HSV(B) 52.26º 0.98% 0.74% -
XYZ 34.46 37.74 5.55 -
YUV 153.71 42.95 153.17 -
System Red Green Blue C M Y K H S L
Decimal 189 165 3 0 0.13 0.98 0.26 52.26 0.97 0.38
Hex BD A5 3 0 D 62 1A 34 61 26
Octal 275 245 3 0 15 142 32 64 141 46
Binary 10111101 10100101 11 0 1101 1100010 11010 110100 1100001 100110

Color Harmonies of #BDA503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA503

Black with #BDA503

Text Example


Text Example

White with #BDA503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA503; }

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

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

background-color css

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

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

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

border-color css

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

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

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