Html Css Color HEX #BCA310 Buddha Gold

📋 copy color: '#BCA310'

red 188 ◦ green 163 ◦ blue 16

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

Shades of Buddha Gold #BCA310

Tints of Buddha Gold #BCA310

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.41%

 BLUE value IS 16 (6.64% from 255) = 4.36%

R = 51.23%
G = 44.41%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BCA310 (or 0xBCA310) is known color: Buddha Gold. HEX triplet: BC, A3 and 10. RGB value is (188,163,16). Sum of RGB (Red+Green+Blue) = 188+163+16=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA310 is #435CEF. Grayscale: #9A9A9A. Windows color (decimal): -4414704 or 1090492. OLE color: 1090492.

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

Color convert

RGB 188 163 16 -
CMYK 0 0.13 0.91 0.26
HSL 51.28º 0.84% 0.4% -
HSV(B) 51.28º 0.91% 0.74% -
XYZ 33.93 36.92 5.83 -
YUV 153.72 50.28 152.45 -
System Red Green Blue C M Y K H S L
Decimal 188 163 16 0 0.13 0.91 0.26 51.28 0.84 0.4
Hex BC A3 10 0 D 5B 1A 33 54 28
Octal 274 243 20 0 15 133 32 63 124 50
Binary 10111100 10100011 10000 0 1101 1011011 11010 110011 1010100 101000

Color Harmonies of #BCA310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA310

Black with #BCA310

Text Example


Text Example

White with #BCA310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA310; }

 p { color: rgb(188,163,16); }

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

background-color css

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

 a { background-color: rgb(188,163,16); }

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

border-color css

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

 span { border-color: rgb(188,163,16); }

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