Html Css Color HEX #BCA113 Buddha Gold

📋 copy color: '#BCA113'

red 188 ◦ green 161 ◦ blue 19

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

Shades of Buddha Gold #BCA113

Tints of Buddha Gold #BCA113

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.75%

 BLUE value IS 19 (7.81% from 255) = 5.16%

R = 51.09%
G = 43.75%
B = 5.16%

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

#BCA113 (or 0xBCA113) is known color: Buddha Gold. HEX triplet: BC, A1 and 13. RGB value is (188,161,19). Sum of RGB (Red+Green+Blue) = 188+161+19=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA113 is #435EEC. Grayscale: #999999. Windows color (decimal): -4415213 or 1286588. OLE color: 1286588.

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

Color convert

RGB 188 161 19 -
CMYK 0 0.14 0.90 0.26
HSL 50.41º 0.82% 0.41% -
HSV(B) 50.41º 0.9% 0.74% -
XYZ 33.6 36.23 5.84 -
YUV 152.89 52.45 153.05 -
System Red Green Blue C M Y K H S L
Decimal 188 161 19 0 0.14 0.90 0.26 50.41 0.82 0.41
Hex BC A1 13 0 E 5A 1A 32 52 29
Octal 274 241 23 0 16 132 32 62 122 51
Binary 10111100 10100001 10011 0 1110 1011010 11010 110010 1010010 101001

Color Harmonies of #BCA113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA113

Black with #BCA113

Text Example


Text Example

White with #BCA113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA113; }

 p { color: rgb(188,161,19); }

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

background-color css

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

 a { background-color: rgb(188,161,19); }

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

border-color css

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

 span { border-color: rgb(188,161,19); }

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