Html Css Color HEX #BCA010 Buddha Gold

📋 copy color: '#BCA010'

red 188 ◦ green 160 ◦ blue 16

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

Shades of Buddha Gold #BCA010

Tints of Buddha Gold #BCA010

RGB

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

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

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

R = 51.65%
G = 43.96%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BCA010 (or 0xBCA010) is known color: Buddha Gold. HEX triplet: BC, A0 and 10. RGB value is (188,160,16). Sum of RGB (Red+Green+Blue) = 188+160+16=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA010 is #435FEF. Grayscale: #989898. Windows color (decimal): -4415472 or 1089724. OLE color: 1089724.

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

Color convert

RGB 188 160 16 -
CMYK 0 0.15 0.91 0.26
HSL 50.23º 0.84% 0.4% -
HSV(B) 50.23º 0.91% 0.74% -
XYZ 33.4 35.87 5.65 -
YUV 151.96 51.28 153.71 -
System Red Green Blue C M Y K H S L
Decimal 188 160 16 0 0.15 0.91 0.26 50.23 0.84 0.4
Hex BC A0 10 0 F 5B 1A 32 54 28
Octal 274 240 20 0 17 133 32 62 124 50
Binary 10111100 10100000 10000 0 1111 1011011 11010 110010 1010100 101000

Color Harmonies of #BCA010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA010

Black with #BCA010

Text Example


Text Example

White with #BCA010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA010; }

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

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

background-color css

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

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

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

border-color css

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

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

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