Html Css Color HEX #BCA118 Buddha Gold

📋 copy color: '#BCA118'

red 188 ◦ green 161 ◦ blue 24

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

Shades of Buddha Gold #BCA118

Tints of Buddha Gold #BCA118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.43%

R = 50.4%
G = 43.16%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BCA118 (or 0xBCA118) is known color: Buddha Gold. HEX triplet: BC, A1 and 18. RGB value is (188,161,24). Sum of RGB (Red+Green+Blue) = 188+161+24=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA118 is #435EE7. Grayscale: #9A9A9A. Windows color (decimal): -4415208 or 1614268. OLE color: 1614268.

HSL color Cylindrical-coordinate representation of color #BCA118: hue angle of 50.12º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCA118 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 161 24 -
CMYK 0 0.14 0.87 0.26
HSL 50.12º 0.77% 0.42% -
HSV(B) 50.12º 0.87% 0.74% -
XYZ 33.65 36.25 6.09 -
YUV 153.46 54.95 152.64 -
System Red Green Blue C M Y K H S L
Decimal 188 161 24 0 0.14 0.87 0.26 50.12 0.77 0.42
Hex BC A1 18 0 E 57 1A 32 4D 2A
Octal 274 241 30 0 16 127 32 62 115 52
Binary 10111100 10100001 11000 0 1110 1010111 11010 110010 1001101 101010

Color Harmonies of #BCA118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA118

Black with #BCA118

Text Example


Text Example

White with #BCA118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA118; }

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

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

background-color css

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

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

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

border-color css

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

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

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