Html Css Color HEX #BCA000 Buddha Gold

📋 copy color: '#BCA000'

red 188 ◦ green 160 ◦ blue 0

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

Shades of Buddha Gold #BCA000

Tints of Buddha Gold #BCA000

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.98%

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

R = 54.02%
G = 45.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BCA000 (or 0xBCA000) is known color: Buddha Gold. HEX triplet: BC, A0 and 00. RGB value is (188,160,0). Sum of RGB (Red+Green+Blue) = 188+160+0=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA000 is #435FFF. Grayscale: #969696. Windows color (decimal): -4415488 or 41148. OLE color: 41148.

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

Color convert

RGB 188 160 0 -
CMYK 0 0.15 1 0.26
HSL 51.06º 1% 0.37% -
HSV(B) 51.06º 1% 0.74% -
XYZ 33.31 35.83 5.16 -
YUV 150.13 43.28 155.01 -
System Red Green Blue C M Y K H S L
Decimal 188 160 0 0 0.15 1 0.26 51.06 1 0.37
Hex BC A0 0 0 F 64 1A 33 64 25
Octal 274 240 0 0 17 144 32 63 144 45
Binary 10111100 10100000 0 0 1111 1100100 11010 110011 1100100 100101

Color Harmonies of #BCA000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA000

Black with #BCA000

Text Example


Text Example

White with #BCA000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA000; }

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

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

background-color css

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

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

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

border-color css

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

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

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