Html Css Color HEX #BDA009 Buddha Gold

📋 copy color: '#BDA009'

red 189 ◦ green 160 ◦ blue 9

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

Shades of Buddha Gold #BDA009

Tints of Buddha Gold #BDA009

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.69%

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

R = 52.79%
G = 44.69%
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

#BDA009 (or 0xBDA009) is known color: Buddha Gold. HEX triplet: BD, A0 and 09. RGB value is (189,160,9). Sum of RGB (Red+Green+Blue) = 189+160+9=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 160 (62.89% from 255 or 44.69% from 358); Blue value is 9 (3.91% from 255 or 2.51% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA009 is #425FF6. Grayscale: #989898. Windows color (decimal): -4349943 or 630973. OLE color: 630973.

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

Color convert

RGB 189 160 9 -
CMYK 0 0.15 0.95 0.26
HSL 50.33º 0.91% 0.39% -
HSV(B) 50.33º 0.95% 0.74% -
XYZ 33.61 35.98 5.43 -
YUV 151.46 47.61 154.78 -
System Red Green Blue C M Y K H S L
Decimal 189 160 9 0 0.15 0.95 0.26 50.33 0.91 0.39
Hex BD A0 9 0 F 5F 1A 32 5B 27
Octal 275 240 11 0 17 137 32 62 133 47
Binary 10111101 10100000 1001 0 1111 1011111 11010 110010 1011011 100111

Color Harmonies of #BDA009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA009

Black with #BDA009

Text Example


Text Example

White with #BDA009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA009; }

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

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

background-color css

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

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

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

border-color css

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

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

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