Html Css Color HEX #BCA40C Buddha Gold

📋 copy color: '#BCA40C'

red 188 ◦ green 164 ◦ blue 12

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

Shades of Buddha Gold #BCA40C

Tints of Buddha Gold #BCA40C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.3%

R = 51.65%
G = 45.05%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BCA40C (or 0xBCA40C) is known color: Buddha Gold. HEX triplet: BC, A4 and 0C. RGB value is (188,164,12). Sum of RGB (Red+Green+Blue) = 188+164+12=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA40C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA40C is #435BF3. Grayscale: #9A9A9A. Windows color (decimal): -4414452 or 828604. OLE color: 828604.

HSL color Cylindrical-coordinate representation of color #BCA40C: hue angle of 51.82º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCA40C is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 164 12 -
CMYK 0 0.13 0.94 0.26
HSL 51.82º 0.88% 0.39% -
HSV(B) 51.82º 0.94% 0.74% -
XYZ 34.08 37.27 5.75 -
YUV 153.85 47.95 152.36 -
System Red Green Blue C M Y K H S L
Decimal 188 164 12 0 0.13 0.94 0.26 51.82 0.88 0.39
Hex BC A4 C 0 D 5E 1A 34 58 27
Octal 274 244 14 0 15 136 32 64 130 47
Binary 10111100 10100100 1100 0 1101 1011110 11010 110100 1011000 100111

Color Harmonies of #BCA40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA40C

Black with #BCA40C

Text Example


Text Example

White with #BCA40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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