Html Css Color HEX #BCA400 Buddha Gold

📋 copy color: '#BCA400'

red 188 ◦ green 164 ◦ blue 0

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

Shades of Buddha Gold #BCA400

Tints of Buddha Gold #BCA400

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.59%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.41%
G = 46.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BCA400 (or 0xBCA400) is known color: Buddha Gold. HEX triplet: BC, A4 and 00. RGB value is (188,164,0). Sum of RGB (Red+Green+Blue) = 188+164+0=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA400 is #435BFF. Grayscale: #999999. Windows color (decimal): -4414464 or 42172. OLE color: 42172.

HSL color Cylindrical-coordinate representation of color #BCA400: hue angle of 52.34º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCA400 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 164 0 -
CMYK 0 0.13 1 0.26
HSL 52.34º 1% 0.37% -
HSV(B) 52.34º 1% 0.74% -
XYZ 34.01 37.24 5.4 -
YUV 152.48 41.95 153.34 -
System Red Green Blue C M Y K H S L
Decimal 188 164 0 0 0.13 1 0.26 52.34 1 0.37
Hex BC A4 0 0 D 64 1A 34 64 25
Octal 274 244 0 0 15 144 32 64 144 45
Binary 10111100 10100100 0 0 1101 1100100 11010 110100 1100100 100101

Color Harmonies of #BCA400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA400

Black with #BCA400

Text Example


Text Example

White with #BCA400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA400; }

 p { color: rgb(188,164,0); }

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

background-color css

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

 a { background-color: rgb(188,164,0); }

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

border-color css

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

 span { border-color: rgb(188,164,0); }

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