Html Css Color HEX #BDA115 Buddha Gold

📋 copy color: '#BDA115'

red 189 ◦ green 161 ◦ blue 21

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

Shades of Buddha Gold #BDA115

Tints of Buddha Gold #BDA115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.66%

R = 50.94%
G = 43.4%
B = 5.66%

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

#BDA115 (or 0xBDA115) is known color: Buddha Gold. HEX triplet: BD, A1 and 15. RGB value is (189,161,21). Sum of RGB (Red+Green+Blue) = 189+161+21=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA115 is #425EEA. Grayscale: #9A9A9A. Windows color (decimal): -4349675 or 1417661. OLE color: 1417661.

HSL color Cylindrical-coordinate representation of color #BDA115: hue angle of 50º degrees, saturation: 0.8, 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 #BDA115 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 161 21 -
CMYK 0 0.15 0.89 0.26
HSL 50º 0.8% 0.41% -
HSV(B) 50º 0.89% 0.74% -
XYZ 33.87 36.36 5.94 -
YUV 153.41 53.28 153.38 -
System Red Green Blue C M Y K H S L
Decimal 189 161 21 0 0.15 0.89 0.26 50 0.8 0.41
Hex BD A1 15 0 F 59 1A 32 50 29
Octal 275 241 25 0 17 131 32 62 120 51
Binary 10111101 10100001 10101 0 1111 1011001 11010 110010 1010000 101001

Color Harmonies of #BDA115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA115

Black with #BDA115

Text Example


Text Example

White with #BDA115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA115; }

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

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

background-color css

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

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

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

border-color css

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

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

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