Html Css Color HEX #BDA105 Buddha Gold

📋 copy color: '#BDA105'

red 189 ◦ green 161 ◦ blue 5

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

Shades of Buddha Gold #BDA105

Tints of Buddha Gold #BDA105

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.35%

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

R = 53.24%
G = 45.35%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BDA105 (or 0xBDA105) is known color: Buddha Gold. HEX triplet: BD, A1 and 05. RGB value is (189,161,5). Sum of RGB (Red+Green+Blue) = 189+161+5=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA105 is #425EFA. Grayscale: #989898. Windows color (decimal): -4349691 or 369085. OLE color: 369085.

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

Color convert

RGB 189 161 5 -
CMYK 0 0.15 0.97 0.26
HSL 50.87º 0.95% 0.38% -
HSV(B) 50.87º 0.97% 0.74% -
XYZ 33.76 36.32 5.37 -
YUV 151.59 45.28 154.68 -
System Red Green Blue C M Y K H S L
Decimal 189 161 5 0 0.15 0.97 0.26 50.87 0.95 0.38
Hex BD A1 5 0 F 61 1A 33 5F 26
Octal 275 241 5 0 17 141 32 63 137 46
Binary 10111101 10100001 101 0 1111 1100001 11010 110011 1011111 100110

Color Harmonies of #BDA105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA105

Black with #BDA105

Text Example


Text Example

White with #BDA105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA105; }

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

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

background-color css

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

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

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

border-color css

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

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

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