Html Css Color HEX #BCA200 Buddha Gold

📋 copy color: '#BCA200'

red 188 ◦ green 162 ◦ blue 0

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

Shades of Buddha Gold #BCA200

Tints of Buddha Gold #BCA200

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.29%

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

R = 53.71%
G = 46.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BCA200 (or 0xBCA200) is known color: Buddha Gold. HEX triplet: BC, A2 and 00. RGB value is (188,162,0). Sum of RGB (Red+Green+Blue) = 188+162+0=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA200 is #435DFF. Grayscale: #979797. Windows color (decimal): -4414976 or 41660. OLE color: 41660.

HSL color Cylindrical-coordinate representation of color #BCA200: hue angle of 51.7º 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 #BCA200 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 162 0 -
CMYK 0 0.14 1 0.26
HSL 51.7º 1% 0.37% -
HSV(B) 51.7º 1% 0.74% -
XYZ 33.66 36.53 5.28 -
YUV 151.31 42.61 154.17 -
System Red Green Blue C M Y K H S L
Decimal 188 162 0 0 0.14 1 0.26 51.7 1 0.37
Hex BC A2 0 0 E 64 1A 34 64 25
Octal 274 242 0 0 16 144 32 64 144 45
Binary 10111100 10100010 0 0 1110 1100100 11010 110100 1100100 100101

Color Harmonies of #BCA200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA200

Black with #BCA200

Text Example


Text Example

White with #BCA200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA200; }

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

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

background-color css

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

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

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

border-color css

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

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

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