Html Css Color HEX #BCA212 Buddha Gold

📋 copy color: '#BCA212'

red 188 ◦ green 162 ◦ blue 18

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

Shades of Buddha Gold #BCA212

Tints of Buddha Gold #BCA212

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.02%

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

R = 51.09%
G = 44.02%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BCA212 (or 0xBCA212) is known color: Buddha Gold. HEX triplet: BC, A2 and 12. RGB value is (188,162,18). Sum of RGB (Red+Green+Blue) = 188+162+18=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA212 is #435DED. Grayscale: #999999. Windows color (decimal): -4414958 or 1221308. OLE color: 1221308.

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

Color convert

RGB 188 162 18 -
CMYK 0 0.14 0.90 0.26
HSL 50.82º 0.83% 0.4% -
HSV(B) 50.82º 0.9% 0.74% -
XYZ 33.77 36.58 5.85 -
YUV 153.36 51.61 152.71 -
System Red Green Blue C M Y K H S L
Decimal 188 162 18 0 0.14 0.90 0.26 50.82 0.83 0.4
Hex BC A2 12 0 E 5A 1A 33 53 28
Octal 274 242 22 0 16 132 32 63 123 50
Binary 10111100 10100010 10010 0 1110 1011010 11010 110011 1010011 101000

Color Harmonies of #BCA212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA212

Black with #BCA212

Text Example


Text Example

White with #BCA212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA212; }

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

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

background-color css

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

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

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

border-color css

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

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

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