Html Css Color HEX #BCA50C Buddha Gold

📋 copy color: '#BCA50C'

red 188 ◦ green 165 ◦ blue 12

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

Shades of Buddha Gold #BCA50C

Tints of Buddha Gold #BCA50C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.21%

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

R = 51.51%
G = 45.21%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BCA50C (or 0xBCA50C) is known color: Buddha Gold. HEX triplet: BC, A5 and 0C. RGB value is (188,165,12). Sum of RGB (Red+Green+Blue) = 188+165+12=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA50C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA50C is #435AF3. Grayscale: #9B9B9B. Windows color (decimal): -4414196 or 828860. OLE color: 828860.

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

Color convert

RGB 188 165 12 -
CMYK 0 0.12 0.94 0.26
HSL 52.16º 0.88% 0.39% -
HSV(B) 52.16º 0.94% 0.74% -
XYZ 34.26 37.63 5.81 -
YUV 154.44 47.62 151.94 -
System Red Green Blue C M Y K H S L
Decimal 188 165 12 0 0.12 0.94 0.26 52.16 0.88 0.39
Hex BC A5 C 0 C 5E 1A 34 58 27
Octal 274 245 14 0 14 136 32 64 130 47
Binary 10111100 10100101 1100 0 1100 1011110 11010 110100 1011000 100111

Color Harmonies of #BCA50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA50C

Black with #BCA50C

Text Example


Text Example

White with #BCA50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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