Html Css Color HEX #BCA614 Buddha Gold

📋 copy color: '#BCA614'

red 188 ◦ green 166 ◦ blue 20

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

Shades of Buddha Gold #BCA614

Tints of Buddha Gold #BCA614

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.39%

 BLUE value IS 20 (8.2% from 255) = 5.35%

R = 50.27%
G = 44.39%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BCA614 (or 0xBCA614) is known color: Buddha Gold. HEX triplet: BC, A6 and 14. RGB value is (188,166,20). Sum of RGB (Red+Green+Blue) = 188+166+20=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA614 is #4359EB. Grayscale: #9C9C9C. Windows color (decimal): -4413932 or 1353404. OLE color: 1353404.

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

Color convert

RGB 188 166 20 -
CMYK 0 0.12 0.89 0.26
HSL 52.14º 0.81% 0.41% -
HSV(B) 52.14º 0.89% 0.74% -
XYZ 34.5 38.01 6.18 -
YUV 155.93 51.29 150.87 -
System Red Green Blue C M Y K H S L
Decimal 188 166 20 0 0.12 0.89 0.26 52.14 0.81 0.41
Hex BC A6 14 0 C 59 1A 34 51 29
Octal 274 246 24 0 14 131 32 64 121 51
Binary 10111100 10100110 10100 0 1100 1011001 11010 110100 1010001 101001

Color Harmonies of #BCA614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA614

Black with #BCA614

Text Example


Text Example

White with #BCA614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA614; }

 p { color: rgb(188,166,20); }

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

background-color css

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

 a { background-color: rgb(188,166,20); }

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

border-color css

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

 span { border-color: rgb(188,166,20); }

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