Html Css Color HEX #BDA116 Buddha Gold

📋 copy color: '#BDA116'

red 189 ◦ green 161 ◦ blue 22

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

Shades of Buddha Gold #BDA116

Tints of Buddha Gold #BDA116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.91%

R = 50.81%
G = 43.28%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BDA116 (or 0xBDA116) is known color: Buddha Gold. HEX triplet: BD, A1 and 16. RGB value is (189,161,22). Sum of RGB (Red+Green+Blue) = 189+161+22=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA116 is #425EE9. Grayscale: #9A9A9A. Windows color (decimal): -4349674 or 1483197. OLE color: 1483197.

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

Color convert

RGB 189 161 22 -
CMYK 0 0.15 0.88 0.26
HSL 49.94º 0.79% 0.41% -
HSV(B) 49.94º 0.88% 0.74% -
XYZ 33.88 36.37 5.99 -
YUV 153.53 53.78 153.3 -
System Red Green Blue C M Y K H S L
Decimal 189 161 22 0 0.15 0.88 0.26 49.94 0.79 0.41
Hex BD A1 16 0 F 58 1A 32 4F 29
Octal 275 241 26 0 17 130 32 62 117 51
Binary 10111101 10100001 10110 0 1111 1011000 11010 110010 1001111 101001

Color Harmonies of #BDA116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA116

Black with #BDA116

Text Example


Text Example

White with #BDA116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA116; }

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

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

background-color css

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

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

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

border-color css

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

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

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