Html Css Color HEX #BCA412 Buddha Gold

📋 copy color: '#BCA412'

red 188 ◦ green 164 ◦ blue 18

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

Shades of Buddha Gold #BCA412

Tints of Buddha Gold #BCA412

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.32%

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

R = 50.81%
G = 44.32%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BCA412 (or 0xBCA412) is known color: Buddha Gold. HEX triplet: BC, A4 and 12. RGB value is (188,164,18). Sum of RGB (Red+Green+Blue) = 188+164+18=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA412 is #435BED. Grayscale: #9B9B9B. Windows color (decimal): -4414446 or 1221820. OLE color: 1221820.

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

Color convert

RGB 188 164 18 -
CMYK 0 0.13 0.90 0.26
HSL 51.53º 0.83% 0.4% -
HSV(B) 51.53º 0.9% 0.74% -
XYZ 34.12 37.29 5.97 -
YUV 154.53 50.95 151.87 -
System Red Green Blue C M Y K H S L
Decimal 188 164 18 0 0.13 0.90 0.26 51.53 0.83 0.4
Hex BC A4 12 0 D 5A 1A 34 53 28
Octal 274 244 22 0 15 132 32 64 123 50
Binary 10111100 10100100 10010 0 1101 1011010 11010 110100 1010011 101000

Color Harmonies of #BCA412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA412

Black with #BCA412

Text Example


Text Example

White with #BCA412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA412; }

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

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

background-color css

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

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

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

border-color css

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

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

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