Html Css Color HEX #BDA112 Buddha Gold

📋 copy color: '#BDA112'

red 189 ◦ green 161 ◦ blue 18

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

Shades of Buddha Gold #BDA112

Tints of Buddha Gold #BDA112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.89%

R = 51.36%
G = 43.75%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BDA112 (or 0xBDA112) is known color: Buddha Gold. HEX triplet: BD, A1 and 12. RGB value is (189,161,18). Sum of RGB (Red+Green+Blue) = 189+161+18=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA112 is #425EED. Grayscale: #999999. Windows color (decimal): -4349678 or 1221053. OLE color: 1221053.

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

Color convert

RGB 189 161 18 -
CMYK 0 0.15 0.90 0.26
HSL 50.18º 0.83% 0.41% -
HSV(B) 50.18º 0.9% 0.74% -
XYZ 33.84 36.35 5.81 -
YUV 153.07 51.78 153.63 -
System Red Green Blue C M Y K H S L
Decimal 189 161 18 0 0.15 0.90 0.26 50.18 0.83 0.41
Hex BD A1 12 0 F 5A 1A 32 53 29
Octal 275 241 22 0 17 132 32 62 123 51
Binary 10111101 10100001 10010 0 1111 1011010 11010 110010 1010011 101001

Color Harmonies of #BDA112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA112

Black with #BDA112

Text Example


Text Example

White with #BDA112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA112; }

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

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

background-color css

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

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

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

border-color css

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

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

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