Html Css Color HEX #BDA403 Buddha Gold

📋 copy color: '#BDA403'

red 189 ◦ green 164 ◦ blue 3

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

Shades of Buddha Gold #BDA403

Tints of Buddha Gold #BDA403

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.07%

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

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

#BDA403 (or 0xBDA403) is known color: Buddha Gold. HEX triplet: BD, A4 and 03. RGB value is (189,164,3). Sum of RGB (Red+Green+Blue) = 189+164+3=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA403 is #425BFC. Grayscale: #999999. Windows color (decimal): -4348925 or 238781. OLE color: 238781.

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

Color convert

RGB 189 164 3 -
CMYK 0 0.13 0.98 0.26
HSL 51.94º 0.97% 0.38% -
HSV(B) 51.94º 0.98% 0.74% -
XYZ 34.28 37.38 5.49 -
YUV 153.12 43.28 153.59 -
System Red Green Blue C M Y K H S L
Decimal 189 164 3 0 0.13 0.98 0.26 51.94 0.97 0.38
Hex BD A4 3 0 D 62 1A 34 61 26
Octal 275 244 3 0 15 142 32 64 141 46
Binary 10111101 10100100 11 0 1101 1100010 11010 110100 1100001 100110

Color Harmonies of #BDA403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA403

Black with #BDA403

Text Example


Text Example

White with #BDA403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA403; }

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

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

background-color css

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

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

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

border-color css

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

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

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