Html Css Color HEX #BDA603 Buddha Gold

📋 copy color: '#BDA603'

red 189 ◦ green 166 ◦ blue 3

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

Shades of Buddha Gold #BDA603

Tints of Buddha Gold #BDA603

RGB

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

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

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

R = 52.79%
G = 46.37%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BDA603 (or 0xBDA603) is known color: Buddha Gold. HEX triplet: BD, A6 and 03. RGB value is (189,166,3). Sum of RGB (Red+Green+Blue) = 189+166+3=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 166 (65.23% from 255 or 46.37% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA603 is #4259FC. Grayscale: #9A9A9A. Windows color (decimal): -4348413 or 239293. OLE color: 239293.

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

Color convert

RGB 189 166 3 -
CMYK 0 0.12 0.98 0.26
HSL 52.58º 0.97% 0.38% -
HSV(B) 52.58º 0.98% 0.74% -
XYZ 34.64 38.1 5.61 -
YUV 154.3 42.62 152.75 -
System Red Green Blue C M Y K H S L
Decimal 189 166 3 0 0.12 0.98 0.26 52.58 0.97 0.38
Hex BD A6 3 0 C 62 1A 35 61 26
Octal 275 246 3 0 14 142 32 65 141 46
Binary 10111101 10100110 11 0 1100 1100010 11010 110101 1100001 100110

Color Harmonies of #BDA603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA603

Black with #BDA603

Text Example


Text Example

White with #BDA603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA603; }

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

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

background-color css

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

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

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

border-color css

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

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

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