Html Css Color HEX #BDA80E Buddha Gold

📋 copy color: '#BDA80E'

red 189 ◦ green 168 ◦ blue 14

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

Shades of Buddha Gold #BDA80E

Tints of Buddha Gold #BDA80E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.77%

R = 50.94%
G = 45.28%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BDA80E (or 0xBDA80E) is known color: Buddha Gold. HEX triplet: BD, A8 and 0E. RGB value is (189,168,14). Sum of RGB (Red+Green+Blue) = 189+168+14=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA80E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA80E is #4257F1. Grayscale: #9D9D9D. Windows color (decimal): -4347890 or 960701. OLE color: 960701.

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

Color convert

RGB 189 168 14 -
CMYK 0 0.11 0.93 0.26
HSL 52.8º 0.86% 0.4% -
HSV(B) 52.8º 0.93% 0.74% -
XYZ 35.07 38.86 6.07 -
YUV 156.72 47.46 151.02 -
System Red Green Blue C M Y K H S L
Decimal 189 168 14 0 0.11 0.93 0.26 52.8 0.86 0.4
Hex BD A8 E 0 B 5D 1A 35 56 28
Octal 275 250 16 0 13 135 32 65 126 50
Binary 10111101 10101000 1110 0 1011 1011101 11010 110101 1010110 101000

Color Harmonies of #BDA80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA80E

Black with #BDA80E

Text Example


Text Example

White with #BDA80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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