Html Css Color HEX #BCA510 Buddha Gold

📋 copy color: '#BCA510'

red 188 ◦ green 165 ◦ blue 16

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

Shades of Buddha Gold #BCA510

Tints of Buddha Gold #BCA510

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.72%

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

R = 50.95%
G = 44.72%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BCA510 (or 0xBCA510) is known color: Buddha Gold. HEX triplet: BC, A5 and 10. RGB value is (188,165,16). Sum of RGB (Red+Green+Blue) = 188+165+16=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA510 is #435AEF. Grayscale: #9B9B9B. Windows color (decimal): -4414192 or 1091004. OLE color: 1091004.

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

Color convert

RGB 188 165 16 -
CMYK 0 0.12 0.91 0.26
HSL 51.98º 0.84% 0.4% -
HSV(B) 51.98º 0.91% 0.74% -
XYZ 34.29 37.64 5.95 -
YUV 154.89 49.62 151.62 -
System Red Green Blue C M Y K H S L
Decimal 188 165 16 0 0.12 0.91 0.26 51.98 0.84 0.4
Hex BC A5 10 0 C 5B 1A 34 54 28
Octal 274 245 20 0 14 133 32 64 124 50
Binary 10111100 10100101 10000 0 1100 1011011 11010 110100 1010100 101000

Color Harmonies of #BCA510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA510

Black with #BCA510

Text Example


Text Example

White with #BCA510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA510; }

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

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

background-color css

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

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

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

border-color css

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

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

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