Html Css Color HEX #BDA804 Buddha Gold

📋 copy color: '#BDA804'

red 189 ◦ green 168 ◦ blue 4

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

Shades of Buddha Gold #BDA804

Tints of Buddha Gold #BDA804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 52.35%
G = 46.54%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BDA804 (or 0xBDA804) is known color: Buddha Gold. HEX triplet: BD, A8 and 04. RGB value is (189,168,4). Sum of RGB (Red+Green+Blue) = 189+168+4=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 168 (66.02% from 255 or 46.54% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA804 is #4257FB. Grayscale: #9C9C9C. Windows color (decimal): -4347900 or 305341. OLE color: 305341.

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

Color convert

RGB 189 168 4 -
CMYK 0 0.11 0.98 0.26
HSL 53.19º 0.96% 0.38% -
HSV(B) 53.19º 0.98% 0.74% -
XYZ 35.01 38.83 5.77 -
YUV 155.58 42.46 151.84 -
System Red Green Blue C M Y K H S L
Decimal 189 168 4 0 0.11 0.98 0.26 53.19 0.96 0.38
Hex BD A8 4 0 B 62 1A 35 60 26
Octal 275 250 4 0 13 142 32 65 140 46
Binary 10111101 10101000 100 0 1011 1100010 11010 110101 1100000 100110

Color Harmonies of #BDA804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA804

Black with #BDA804

Text Example


Text Example

White with #BDA804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA804; }

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

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

background-color css

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

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

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

border-color css

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

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

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