Html Css Color HEX #BDA114 Buddha Gold

📋 copy color: '#BDA114'

red 189 ◦ green 161 ◦ blue 20

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

Shades of Buddha Gold #BDA114

Tints of Buddha Gold #BDA114

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.51%

 BLUE value IS 20 (8.2% from 255) = 5.41%

R = 51.08%
G = 43.51%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BDA114 (or 0xBDA114) is known color: Buddha Gold. HEX triplet: BD, A1 and 14. RGB value is (189,161,20). Sum of RGB (Red+Green+Blue) = 189+161+20=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA114 is #425EEB. Grayscale: #999999. Windows color (decimal): -4349676 or 1352125. OLE color: 1352125.

HSL color Cylindrical-coordinate representation of color #BDA114: hue angle of 50.06º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDA114 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 161 20 -
CMYK 0 0.15 0.89 0.26
HSL 50.06º 0.81% 0.41% -
HSV(B) 50.06º 0.89% 0.74% -
XYZ 33.86 36.36 5.9 -
YUV 153.3 52.78 153.46 -
System Red Green Blue C M Y K H S L
Decimal 189 161 20 0 0.15 0.89 0.26 50.06 0.81 0.41
Hex BD A1 14 0 F 59 1A 32 51 29
Octal 275 241 24 0 17 131 32 62 121 51
Binary 10111101 10100001 10100 0 1111 1011001 11010 110010 1010001 101001

Color Harmonies of #BDA114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA114

Black with #BDA114

Text Example


Text Example

White with #BDA114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA114; }

 p { color: rgb(189,161,20); }

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

background-color css

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

 a { background-color: rgb(189,161,20); }

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

border-color css

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

 span { border-color: rgb(189,161,20); }

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