Html Css Color HEX #BCA600 Buddha Gold

📋 copy color: '#BCA600'

red 188 ◦ green 166 ◦ blue 0

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

Shades of Buddha Gold #BCA600

Tints of Buddha Gold #BCA600

RGB

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

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

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

R = 53.11%
G = 46.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BCA600 (or 0xBCA600) is known color: Buddha Gold. HEX triplet: BC, A6 and 00. RGB value is (188,166,0). Sum of RGB (Red+Green+Blue) = 188+166+0=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 166 (65.23% from 255 or 46.89% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA600 is #4359FF. Grayscale: #9A9A9A. Windows color (decimal): -4413952 or 42684. OLE color: 42684.

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

Color convert

RGB 188 166 0 -
CMYK 0 0.12 1 0.26
HSL 52.98º 1% 0.37% -
HSV(B) 52.98º 1% 0.74% -
XYZ 34.38 37.96 5.52 -
YUV 153.65 41.29 152.5 -
System Red Green Blue C M Y K H S L
Decimal 188 166 0 0 0.12 1 0.26 52.98 1 0.37
Hex BC A6 0 0 C 64 1A 35 64 25
Octal 274 246 0 0 14 144 32 65 144 45
Binary 10111100 10100110 0 0 1100 1100100 11010 110101 1100100 100101

Color Harmonies of #BCA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA600

Black with #BCA600

Text Example


Text Example

White with #BCA600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA600; }

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

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

background-color css

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

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

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

border-color css

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

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

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