Html Css Color HEX #BDA505 Buddha Gold

📋 copy color: '#BDA505'

red 189 ◦ green 165 ◦ blue 5

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

Shades of Buddha Gold #BDA505

Tints of Buddha Gold #BDA505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 52.65%
G = 45.96%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BDA505 (or 0xBDA505) is known color: Buddha Gold. HEX triplet: BD, A5 and 05. RGB value is (189,165,5). Sum of RGB (Red+Green+Blue) = 189+165+5=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA505 is #425AFA. Grayscale: #9A9A9A. Windows color (decimal): -4348667 or 370109. OLE color: 370109.

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

Color convert

RGB 189 165 5 -
CMYK 0 0.13 0.97 0.26
HSL 52.17º 0.95% 0.38% -
HSV(B) 52.17º 0.97% 0.74% -
XYZ 34.47 37.74 5.61 -
YUV 153.94 43.95 153.01 -
System Red Green Blue C M Y K H S L
Decimal 189 165 5 0 0.13 0.97 0.26 52.17 0.95 0.38
Hex BD A5 5 0 D 61 1A 34 5F 26
Octal 275 245 5 0 15 141 32 64 137 46
Binary 10111101 10100101 101 0 1101 1100001 11010 110100 1011111 100110

Color Harmonies of #BDA505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA505

Black with #BDA505

Text Example


Text Example

White with #BDA505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA505; }

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

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

background-color css

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

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

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

border-color css

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

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

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