Html Css Color HEX #BDA109 Buddha Gold

📋 copy color: '#BDA109'

red 189 ◦ green 161 ◦ blue 9

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

Shades of Buddha Gold #BDA109

Tints of Buddha Gold #BDA109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.51%

R = 52.65%
G = 44.85%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BDA109 (or 0xBDA109) is known color: Buddha Gold. HEX triplet: BD, A1 and 09. RGB value is (189,161,9). Sum of RGB (Red+Green+Blue) = 189+161+9=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 9 (3.91% from 255 or 2.51% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA109 is #425EF6. Grayscale: #989898. Windows color (decimal): -4349687 or 631229. OLE color: 631229.

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

Color convert

RGB 189 161 9 -
CMYK 0 0.15 0.95 0.26
HSL 50.67º 0.91% 0.39% -
HSV(B) 50.67º 0.95% 0.74% -
XYZ 33.78 36.33 5.49 -
YUV 152.04 47.28 154.36 -
System Red Green Blue C M Y K H S L
Decimal 189 161 9 0 0.15 0.95 0.26 50.67 0.91 0.39
Hex BD A1 9 0 F 5F 1A 33 5B 27
Octal 275 241 11 0 17 137 32 63 133 47
Binary 10111101 10100001 1001 0 1111 1011111 11010 110011 1011011 100111

Color Harmonies of #BDA109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA109

Black with #BDA109

Text Example


Text Example

White with #BDA109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA109; }

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

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

background-color css

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

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

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

border-color css

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

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

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