Html Css Color HEX #BDA908 Buddha Gold

📋 copy color: '#BDA908'

red 189 ◦ green 169 ◦ blue 8

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

Shades of Buddha Gold #BDA908

Tints of Buddha Gold #BDA908

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.17%

 BLUE value IS 8 (3.52% from 255) = 2.19%

R = 51.64%
G = 46.17%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BDA908 (or 0xBDA908) is known color: Buddha Gold. HEX triplet: BD, A9 and 08. RGB value is (189,169,8). Sum of RGB (Red+Green+Blue) = 189+169+8=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 169 (66.41% from 255 or 46.17% from 366); Blue value is 8 (3.52% from 255 or 2.19% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA908 is #4256F7. Grayscale: #9D9D9D. Windows color (decimal): -4347640 or 567741. OLE color: 567741.

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

Color convert

RGB 189 169 8 -
CMYK 0 0.11 0.96 0.26
HSL 53.37º 0.92% 0.39% -
HSV(B) 53.37º 0.96% 0.74% -
XYZ 35.22 39.21 5.94 -
YUV 156.63 44.13 151.09 -
System Red Green Blue C M Y K H S L
Decimal 189 169 8 0 0.11 0.96 0.26 53.37 0.92 0.39
Hex BD A9 8 0 B 60 1A 35 5C 27
Octal 275 251 10 0 13 140 32 65 134 47
Binary 10111101 10101001 1000 0 1011 1100000 11010 110101 1011100 100111

Color Harmonies of #BDA908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA908

Black with #BDA908

Text Example


Text Example

White with #BDA908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA908; }

 p { color: rgb(189,169,8); }

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

background-color css

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

 a { background-color: rgb(189,169,8); }

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

border-color css

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

 span { border-color: rgb(189,169,8); }

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