Html Css Color HEX #BCA112 Buddha Gold

📋 copy color: '#BCA112'

red 188 ◦ green 161 ◦ blue 18

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

Shades of Buddha Gold #BCA112

Tints of Buddha Gold #BCA112

RGB

 RED value IS 188 (73.83% from 255) = 51.23%

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

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

R = 51.23%
G = 43.87%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BCA112 (or 0xBCA112) is known color: Buddha Gold. HEX triplet: BC, A1 and 12. RGB value is (188,161,18). Sum of RGB (Red+Green+Blue) = 188+161+18=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA112 is #435EED. Grayscale: #999999. Windows color (decimal): -4415214 or 1221052. OLE color: 1221052.

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

Color convert

RGB 188 161 18 -
CMYK 0 0.14 0.90 0.26
HSL 50.47º 0.83% 0.4% -
HSV(B) 50.47º 0.9% 0.74% -
XYZ 33.59 36.22 5.79 -
YUV 152.77 51.95 153.13 -
System Red Green Blue C M Y K H S L
Decimal 188 161 18 0 0.14 0.90 0.26 50.47 0.83 0.4
Hex BC A1 12 0 E 5A 1A 32 53 28
Octal 274 241 22 0 16 132 32 62 123 50
Binary 10111100 10100001 10010 0 1110 1011010 11010 110010 1010011 101000

Color Harmonies of #BCA112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA112

Black with #BCA112

Text Example


Text Example

White with #BCA112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA112; }

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

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

background-color css

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

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

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

border-color css

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

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

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