Html Css Color HEX #BCA11A Buddha Gold

📋 copy color: '#BCA11A'

red 188 ◦ green 161 ◦ blue 26

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

Shades of Buddha Gold #BCA11A

Tints of Buddha Gold #BCA11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.93%

R = 50.13%
G = 42.93%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BCA11A (or 0xBCA11A) is known color: Buddha Gold. HEX triplet: BC, A1 and 1A. RGB value is (188,161,26). Sum of RGB (Red+Green+Blue) = 188+161+26=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA11A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA11A is #435EE5. Grayscale: #9A9A9A. Windows color (decimal): -4415206 or 1745340. OLE color: 1745340.

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

Color convert

RGB 188 161 26 -
CMYK 0 0.14 0.86 0.26
HSL 50º 0.76% 0.42% -
HSV(B) 50º 0.86% 0.74% -
XYZ 33.67 36.26 6.2 -
YUV 153.68 55.95 152.48 -
System Red Green Blue C M Y K H S L
Decimal 188 161 26 0 0.14 0.86 0.26 50 0.76 0.42
Hex BC A1 1A 0 E 56 1A 32 4C 2A
Octal 274 241 32 0 16 126 32 62 114 52
Binary 10111100 10100001 11010 0 1110 1010110 11010 110010 1001100 101010

Color Harmonies of #BCA11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA11A

Black with #BCA11A

Text Example


Text Example

White with #BCA11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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