Html Css Color HEX #BDA808 Buddha Gold

📋 copy color: '#BDA808'

red 189 ◦ green 168 ◦ blue 8

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

Shades of Buddha Gold #BDA808

Tints of Buddha Gold #BDA808

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.03%

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

R = 51.78%
G = 46.03%
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

#BDA808 (or 0xBDA808) is known color: Buddha Gold. HEX triplet: BD, A8 and 08. RGB value is (189,168,8). Sum of RGB (Red+Green+Blue) = 189+168+8=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 168 (66.02% from 255 or 46.03% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA808 is #4257F7. Grayscale: #9C9C9C. Windows color (decimal): -4347896 or 567485. OLE color: 567485.

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

Color convert

RGB 189 168 8 -
CMYK 0 0.11 0.96 0.26
HSL 53.04º 0.92% 0.39% -
HSV(B) 53.04º 0.96% 0.74% -
XYZ 35.03 38.84 5.88 -
YUV 156.04 44.46 151.51 -
System Red Green Blue C M Y K H S L
Decimal 189 168 8 0 0.11 0.96 0.26 53.04 0.92 0.39
Hex BD A8 8 0 B 60 1A 35 5C 27
Octal 275 250 10 0 13 140 32 65 134 47
Binary 10111101 10101000 1000 0 1011 1100000 11010 110101 1011100 100111

Color Harmonies of #BDA808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA808

Black with #BDA808

Text Example


Text Example

White with #BDA808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA808; }

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

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

background-color css

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

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

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

border-color css

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

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

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