Html Css Color HEX #BCA012 Buddha Gold

📋 copy color: '#BCA012'

red 188 ◦ green 160 ◦ blue 18

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

Shades of Buddha Gold #BCA012

Tints of Buddha Gold #BCA012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.92%

R = 51.37%
G = 43.72%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BCA012 (or 0xBCA012) is known color: Buddha Gold. HEX triplet: BC, A0 and 12. RGB value is (188,160,18). Sum of RGB (Red+Green+Blue) = 188+160+18=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA012 is #435FED. Grayscale: #989898. Windows color (decimal): -4415470 or 1220796. OLE color: 1220796.

HSL color Cylindrical-coordinate representation of color #BCA012: hue angle of 50.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCA012 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 160 18 -
CMYK 0 0.15 0.90 0.26
HSL 50.12º 0.83% 0.4% -
HSV(B) 50.12º 0.9% 0.74% -
XYZ 33.42 35.88 5.74 -
YUV 152.18 52.28 153.55 -
System Red Green Blue C M Y K H S L
Decimal 188 160 18 0 0.15 0.90 0.26 50.12 0.83 0.4
Hex BC A0 12 0 F 5A 1A 32 53 28
Octal 274 240 22 0 17 132 32 62 123 50
Binary 10111100 10100000 10010 0 1111 1011010 11010 110010 1010011 101000

Color Harmonies of #BCA012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA012

Black with #BCA012

Text Example


Text Example

White with #BCA012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA012; }

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

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

background-color css

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

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

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

border-color css

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

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

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