Html Css Color HEX #BDA90E Buddha Gold

📋 copy color: '#BDA90E'

red 189 ◦ green 169 ◦ blue 14

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

Shades of Buddha Gold #BDA90E

Tints of Buddha Gold #BDA90E

RGB

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

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

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

R = 50.81%
G = 45.43%
B = 3.76%

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

#BDA90E (or 0xBDA90E) is known color: Buddha Gold. HEX triplet: BD, A9 and 0E. RGB value is (189,169,14). Sum of RGB (Red+Green+Blue) = 189+169+14=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 169 (66.41% from 255 or 45.43% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA90E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA90E is #4256F1. Grayscale: #9D9D9D. Windows color (decimal): -4347634 or 960957. OLE color: 960957.

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

Color convert

RGB 189 169 14 -
CMYK 0 0.11 0.93 0.26
HSL 53.14º 0.86% 0.4% -
HSV(B) 53.14º 0.93% 0.74% -
XYZ 35.25 39.23 6.13 -
YUV 157.31 47.13 150.6 -
System Red Green Blue C M Y K H S L
Decimal 189 169 14 0 0.11 0.93 0.26 53.14 0.86 0.4
Hex BD A9 E 0 B 5D 1A 35 56 28
Octal 275 251 16 0 13 135 32 65 126 50
Binary 10111101 10101001 1110 0 1011 1011101 11010 110101 1010110 101000

Color Harmonies of #BDA90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA90E

Black with #BDA90E

Text Example


Text Example

White with #BDA90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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