Html Css Color HEX #BCA700 Buddha Gold

📋 copy color: '#BCA700'

red 188 ◦ green 167 ◦ blue 0

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

Shades of Buddha Gold #BCA700

Tints of Buddha Gold #BCA700

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.04%

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

R = 52.96%
G = 47.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BCA700 (or 0xBCA700) is known color: Buddha Gold. HEX triplet: BC, A7 and 00. RGB value is (188,167,0). Sum of RGB (Red+Green+Blue) = 188+167+0=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA700 is #4358FF. Grayscale: #9A9A9A. Windows color (decimal): -4413696 or 42940. OLE color: 42940.

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

Color convert

RGB 188 167 0 -
CMYK 0 0.11 1 0.26
HSL 53.3º 1% 0.37% -
HSV(B) 53.3º 1% 0.74% -
XYZ 34.56 38.33 5.58 -
YUV 154.24 40.96 152.08 -
System Red Green Blue C M Y K H S L
Decimal 188 167 0 0 0.11 1 0.26 53.3 1 0.37
Hex BC A7 0 0 B 64 1A 35 64 25
Octal 274 247 0 0 13 144 32 65 144 45
Binary 10111100 10100111 0 0 1011 1100100 11010 110101 1100100 100101

Color Harmonies of #BCA700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA700

Black with #BCA700

Text Example


Text Example

White with #BCA700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA700; }

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

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

background-color css

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

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

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

border-color css

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

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

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